pyconvertu 1.0.6__py3-none-any.whl → 1.0.8__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.
- convertu/__init__.py +3 -3
- {pyconvertu-1.0.6.dist-info → pyconvertu-1.0.8.dist-info}/METADATA +3 -1
- pyconvertu-1.0.8.dist-info/RECORD +10 -0
- pyconvertu-1.0.8.dist-info/licenses/LICENSE +1 -0
- pyconvertu-1.0.6.dist-info/RECORD +0 -9
- {pyconvertu-1.0.6.dist-info → pyconvertu-1.0.8.dist-info}/WHEEL +0 -0
- {pyconvertu-1.0.6.dist-info → pyconvertu-1.0.8.dist-info}/entry_points.txt +0 -0
- {pyconvertu-1.0.6.dist-info → pyconvertu-1.0.8.dist-info}/top_level.txt +0 -0
convertu/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyconvertu
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: From/to Classification Converter
|
|
5
5
|
Author-email: The Economist <29724411+econcz@users.noreply.github.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,6 +15,8 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
16
16
|
Requires-Python: >=3.10
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
|
+
License-File: LICENSE
|
|
19
|
+
Dynamic: license-file
|
|
18
20
|
|
|
19
21
|
# CONVERTU - From/to Classification Converter
|
|
20
22
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
convertu/__init__.py,sha256=54iEa_vepVdPLWIdukjrBEzR0JLLqv_4023FbAGzzRQ,97
|
|
2
|
+
convertu/__main__.py,sha256=CgmWGOMSQJoP8HXjok27LVSVHCJ2EsxmcaG8crctfKA,3179
|
|
3
|
+
convertu/classification.json,sha256=tdl92vOnZ7pHGK4VJW5b8cvtafLrPhIJlHzNwx7wAZU,43506
|
|
4
|
+
convertu/convertu.py,sha256=0mtrJHQR1au9WWAuikE49RxnhZaFXK7eFvU3k0Fihbs,7984
|
|
5
|
+
pyconvertu-1.0.8.dist-info/licenses/LICENSE,sha256=Jn96Lhnfqd-Zr3dFIJhaDlIZJSk-pbfnZ6sGlp0Gv5E,12
|
|
6
|
+
pyconvertu-1.0.8.dist-info/METADATA,sha256=zG73pqE3vaMGy5BuDf8pMtfynnRA9bswGnL2nXpwYyw,3441
|
|
7
|
+
pyconvertu-1.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
pyconvertu-1.0.8.dist-info/entry_points.txt,sha256=VoDPut00BB4XYdil-2sYegLRKkgIiub_d8hPdBuQijY,49
|
|
9
|
+
pyconvertu-1.0.8.dist-info/top_level.txt,sha256=sgy_iXrPXabcMUt_UR2D06f3KbCKqvn0_mnTdFrhFc0,9
|
|
10
|
+
pyconvertu-1.0.8.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
MIT License
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
convertu/__init__.py,sha256=MW1KZD2dkU4-ZXOh2u3ef195FUyBS1ZgIYTUWVMoBhk,91
|
|
2
|
-
convertu/__main__.py,sha256=CgmWGOMSQJoP8HXjok27LVSVHCJ2EsxmcaG8crctfKA,3179
|
|
3
|
-
convertu/classification.json,sha256=tdl92vOnZ7pHGK4VJW5b8cvtafLrPhIJlHzNwx7wAZU,43506
|
|
4
|
-
convertu/convertu.py,sha256=0mtrJHQR1au9WWAuikE49RxnhZaFXK7eFvU3k0Fihbs,7984
|
|
5
|
-
pyconvertu-1.0.6.dist-info/METADATA,sha256=gx1tYW61iY4AaYoDoBwUvG3h0n4u15uV1ZDcYOXULtc,3397
|
|
6
|
-
pyconvertu-1.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
pyconvertu-1.0.6.dist-info/entry_points.txt,sha256=VoDPut00BB4XYdil-2sYegLRKkgIiub_d8hPdBuQijY,49
|
|
8
|
-
pyconvertu-1.0.6.dist-info/top_level.txt,sha256=sgy_iXrPXabcMUt_UR2D06f3KbCKqvn0_mnTdFrhFc0,9
|
|
9
|
-
pyconvertu-1.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|