dsff 1.0.5__py3-none-any.whl → 1.0.7__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.
- dsff/VERSION.txt +1 -1
- {dsff-1.0.5.dist-info → dsff-1.0.7.dist-info}/METADATA +7 -3
- {dsff-1.0.5.dist-info → dsff-1.0.7.dist-info}/RECORD +6 -6
- {dsff-1.0.5.dist-info → dsff-1.0.7.dist-info}/WHEEL +1 -1
- {dsff-1.0.5.dist-info → dsff-1.0.7.dist-info}/LICENSE +0 -0
- {dsff-1.0.5.dist-info → dsff-1.0.7.dist-info}/top_level.txt +0 -0
dsff/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dsff
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.7
|
|
4
4
|
Summary: DataSet File Format (DSFF)
|
|
5
5
|
Author-email: Alexandre D'Hondt <alexandre.dhondt@gmail.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -686,14 +686,18 @@ Keywords: python,programming,dataset-file-format,dsff
|
|
|
686
686
|
Classifier: Development Status :: 5 - Production/Stable
|
|
687
687
|
Classifier: Environment :: Console
|
|
688
688
|
Classifier: Intended Audience :: Developers
|
|
689
|
+
Classifier: Intended Audience :: Information Technology
|
|
690
|
+
Classifier: Intended Audience :: Other Audience
|
|
689
691
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
690
|
-
Classifier: Programming Language :: Python :: 3
|
|
692
|
+
Classifier: Programming Language :: Python :: 3
|
|
693
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
691
694
|
Classifier: Programming Language :: Python :: 3.8
|
|
692
695
|
Classifier: Programming Language :: Python :: 3.9
|
|
693
696
|
Classifier: Programming Language :: Python :: 3.10
|
|
694
697
|
Classifier: Programming Language :: Python :: 3.11
|
|
698
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
695
699
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
696
|
-
Requires-Python: <4,>=3.
|
|
700
|
+
Requires-Python: <4,>=3.8
|
|
697
701
|
Description-Content-Type: text/markdown
|
|
698
702
|
License-File: LICENSE
|
|
699
703
|
Requires-Dist: openpyxl
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
dsff/VERSION.txt,sha256=
|
|
1
|
+
dsff/VERSION.txt,sha256=5Efjy7MgkM73MIQIlUiSsuGqsdt8St4X7MRTbvtaC2U,7
|
|
2
2
|
dsff/__common__.py,sha256=i6s7csIkrOQW2l3UiVhvDF6QoCKnRwkzpsvg3tOLMJ4,698
|
|
3
3
|
dsff/__info__.py,sha256=NbTFE4hnWsbEXirkhIn-QpdNZe-m_8Qy_VpZjUUGEZE,325
|
|
4
4
|
dsff/__init__.py,sha256=ChcWhw1SPX0eY8X4Xst4CFGIqhiBITHVGw46ZvQ_zdU,11626
|
|
5
5
|
dsff/arff.py,sha256=0Mtk_IgKfD6Fg4qTaVSKT3cvNJEn2yO9LbmrsbJUqSA,7097
|
|
6
6
|
dsff/csv.py,sha256=kCePo4H6PurZR0eYfznBCONTk3ZxfKMnRvy6s6z9A-c,1122
|
|
7
7
|
dsff/dataset.py,sha256=WGIqtdQaSIZerDKkXwQzXCI_hlIVRlPAwwTWUwMjAAs,1692
|
|
8
|
-
dsff-1.0.
|
|
9
|
-
dsff-1.0.
|
|
10
|
-
dsff-1.0.
|
|
11
|
-
dsff-1.0.
|
|
12
|
-
dsff-1.0.
|
|
8
|
+
dsff-1.0.7.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
9
|
+
dsff-1.0.7.dist-info/METADATA,sha256=JSr5ZHE32zz7iIr-DjhJopV9KB7v8v4JyEdXlSijixk,46173
|
|
10
|
+
dsff-1.0.7.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
11
|
+
dsff-1.0.7.dist-info/top_level.txt,sha256=bmP8yHsEIiNYtYRJGnUl7TDsrLG_zb5g0-AVpVjKssI,5
|
|
12
|
+
dsff-1.0.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|