undatum 1.0.17__py2.py3-none-any.whl → 1.0.18__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
undatum/__init__.py CHANGED
@@ -4,6 +4,6 @@ undatum: a command-line tool for data processing. Brings CSV simplicity to JSON
4
4
 
5
5
  """
6
6
 
7
- __version__ = "1.0.17"
7
+ __version__ = "1.0.18"
8
8
  __author__ = 'Ivan Begtin'
9
9
  __licence__ = 'MIT'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: undatum
3
- Version: 1.0.17
3
+ Version: 1.0.18
4
4
  Summary: A powerful command-line tool for data processing and analysis
5
5
  Home-page: https://github.com/datacoon/undatum/
6
6
  Download-URL: https://github.com/datacoon/undatum/
@@ -24,6 +24,37 @@ Classifier: Topic :: Utilities
24
24
  Requires-Python: >=3.8
25
25
  Description-Content-Type: text/markdown
26
26
  License-File: LICENSE
27
+ Requires-Dist: avro>=1.10.2
28
+ Requires-Dist: chardet>=5.2.0
29
+ Requires-Dist: click>=8.0.3
30
+ Requires-Dist: dictquery>=0.5.0
31
+ Requires-Dist: duckdb
32
+ Requires-Dist: elasticsearch
33
+ Requires-Dist: iterabledata
34
+ Requires-Dist: jsonlines>=4.0.0
35
+ Requires-Dist: lz4>=4.3.2
36
+ Requires-Dist: mistql>=0.4.11
37
+ Requires-Dist: openpyxl>=3.1.2
38
+ Requires-Dist: orjson>=3.9.8
39
+ Requires-Dist: pandas>=2.0.3
40
+ Requires-Dist: py7zr>=0.20.6
41
+ Requires-Dist: pydantic
42
+ Requires-Dist: pymongo>=4.5.0
43
+ Requires-Dist: pyorc>=0.8.0
44
+ Requires-Dist: python-docx>=0.8.11
45
+ Requires-Dist: pyyaml
46
+ Requires-Dist: pyzstd
47
+ Requires-Dist: qddate>=1.0.4
48
+ Requires-Dist: requests
49
+ Requires-Dist: rich>=13.6.0
50
+ Requires-Dist: tabulate>=0.8.7
51
+ Requires-Dist: tqdm
52
+ Requires-Dist: typer
53
+ Requires-Dist: validators>=0.22.0
54
+ Requires-Dist: xlrd>=2.0.1
55
+ Requires-Dist: xlwt
56
+ Requires-Dist: xmltodict>=0.13.0
57
+ Requires-Dist: xxhash
27
58
  Dynamic: author
28
59
  Dynamic: download-url
29
60
  Dynamic: home-page
@@ -57,10 +88,21 @@ pip install --upgrade pip setuptools
57
88
  pip install undatum
58
89
  ```
59
90
 
91
+ Dependencies are declared in `pyproject.toml` and will be installed automatically by modern versions of `pip` (23+). If you see missing-module errors after installation, upgrade `pip` and retry.
92
+
60
93
  ### Requirements
61
94
 
62
95
  - Python 3.8 or greater
63
96
 
97
+ ### Install from source
98
+
99
+ ```bash
100
+ python -m pip install --upgrade pip setuptools wheel
101
+ python -m pip install .
102
+ # or build distributables
103
+ python setup.py sdist bdist_wheel
104
+ ```
105
+
64
106
  ## Quick Start
65
107
 
66
108
  ```bash
@@ -1,4 +1,4 @@
1
- undatum/__init__.py,sha256=co5RiOtrWnVG-yw53ncMEzc4LSXBRiPF2AFShkLyKHg,198
1
+ undatum/__init__.py,sha256=mCiM2Jkx6oFnc91SWyCC8QAyV02gz2UdldZD_6RktyU,198
2
2
  undatum/__main__.py,sha256=uwmbA0FWcqwHdZ_SUwegPbkyTszTli1nK6ys-KQxp5U,514
3
3
  undatum/constants.py,sha256=-6ZbXxF14clzMFUdL4qcQG2HU9u9LlCzqPMSCbgW0vU,799
4
4
  undatum/core.py,sha256=QVDH2yIdY0hjc3U_kyJEybb5gqaUL4SNPeldZIDlpuY,29099
@@ -29,9 +29,9 @@ undatum/formats/docx.py,sha256=quKcUqXAVxcsochfmYFRnFCBxbyRI4-PBiWlWHGgdrQ,5141
29
29
  undatum/validate/__init__.py,sha256=PnmijHZIOitBIhdF-wka7zy0Qw0JHHkudpiRqVrLggM,325
30
30
  undatum/validate/commonrules.py,sha256=oHSfXI_m_XoUwXBBjJS4eilUvpu_o-Ph9hMNgQbM8vw,317
31
31
  undatum/validate/ruscodes.py,sha256=bzXyAlB1MnDO5rag2Q5BzsUCGVRPGwW0zfRwb4uNI0w,12927
32
- undatum-1.0.17.dist-info/licenses/LICENSE,sha256=RiNCUql11GYeXe1ltOBHnbow_JUlg60WrlMQZj-fDCk,1105
33
- undatum-1.0.17.dist-info/METADATA,sha256=mGTf42hqBsWNGOKJDS6kafHqMDjYY1_sq8Co9Mz0jKo,17032
34
- undatum-1.0.17.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
35
- undatum-1.0.17.dist-info/entry_points.txt,sha256=pc7sVxjlwi9UEHpatS0qWVuTJejy_E9otb73dmybvBs,79
36
- undatum-1.0.17.dist-info/top_level.txt,sha256=fgoMX0hwN9HGxtJ7DOH9czBQy-1B3Yqq2M7lqX8AUgI,8
37
- undatum-1.0.17.dist-info/RECORD,,
32
+ undatum-1.0.18.dist-info/licenses/LICENSE,sha256=RiNCUql11GYeXe1ltOBHnbow_JUlg60WrlMQZj-fDCk,1105
33
+ undatum-1.0.18.dist-info/METADATA,sha256=TkviY8PybH4N-ijg-RfCzXX09QHu_xegMmvwHg15i6U,18256
34
+ undatum-1.0.18.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
35
+ undatum-1.0.18.dist-info/entry_points.txt,sha256=pc7sVxjlwi9UEHpatS0qWVuTJejy_E9otb73dmybvBs,79
36
+ undatum-1.0.18.dist-info/top_level.txt,sha256=fgoMX0hwN9HGxtJ7DOH9czBQy-1B3Yqq2M7lqX8AUgI,8
37
+ undatum-1.0.18.dist-info/RECORD,,