File: control

package info (click to toggle)
dataproperty 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 4,450; makefile: 51; sh: 5
file content (41 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: dataproperty
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-mbstrdecoder <!nocheck>,
 python3-pytest <!nocheck>,
 python3-tcolorpy <!nocheck>,
 python3-typepy <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/thombashi/DataProperty
Vcs-Browser: https://salsa.debian.org/python-team/packages/dataproperty
Vcs-Git: https://salsa.debian.org/python-team/packages/dataproperty.git

Package: python3-dataproperty
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python library for extracting detailed properties from data
 Designed to assist with the analysis and manipulation of data, this library
 provides a structured approach to extracting properties from various data
 types. It enables users to derive detailed attributes from numbers, strings,
 dates, and boolean values, enhancing the capability to perform in-depth data
 assessments and transformations.
 .
 The library supports multiple types of data property extractions including
 determining numerical precision, string length, and the specific nature of
 datetime and boolean data. Additionally, it offers tools to process matrices
 of data, identifying unique properties for each column or for the entire
 dataset, which can be integral for data cleaning, exploration, and preparing
 for further statistical analysis.