mlsys 0.0.0.1__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.
mlsys/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.0.0.1'
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: mlsys
|
|
3
|
+
Version: 0.0.0.1
|
|
4
|
+
Summary: TBD
|
|
5
|
+
License: TBD
|
|
6
|
+
Keywords: mlsys
|
|
7
|
+
Classifier: Intended Audience :: Developers
|
|
8
|
+
Classifier: Intended Audience :: End Users/Desktop
|
|
9
|
+
Classifier: Intended Audience :: Science/Research
|
|
10
|
+
Classifier: Intended Audience :: Information Technology
|
|
11
|
+
Classifier: Topic :: Software Development
|
|
12
|
+
Classifier: Topic :: System
|
|
13
|
+
Classifier: Topic :: Scientific/Engineering
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Requires-Python: >=3.8
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
Requires-Dist: pyyaml
|
|
23
|
+
Requires-Dist: requests
|
|
24
|
+
Requires-Dist: setuptools
|
|
25
|
+
|
|
26
|
+
# TBD
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
mlsys/__init__.py,sha256=IDg8PcoNiYyDndbTPJed55KTar7QP8l9T0fmzXM4aIE,24
|
|
2
|
+
mlsys-0.0.0.1.dist-info/METADATA,sha256=ktvAWWFBNJk5ysS_sEmWFpyZLxohIjhHsVm0gGtPTRI,876
|
|
3
|
+
mlsys-0.0.0.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
4
|
+
mlsys-0.0.0.1.dist-info/top_level.txt,sha256=HUHdqWbf_q8xQU2XS5XJ3NTZcFTzBbkIFiQaa_lynX8,6
|
|
5
|
+
mlsys-0.0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
mlsys
|