clox 0.0.0__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.
Potentially problematic release.
This version of clox might be problematic. Click here for more details.
- clox/__init__.py +2 -0
- clox-0.0.0.dist-info/METADATA +25 -0
- clox-0.0.0.dist-info/RECORD +5 -0
- clox-0.0.0.dist-info/WHEEL +5 -0
- clox-0.0.0.dist-info/top_level.txt +1 -0
clox/__init__.py
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: clox
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: This name has been reserved using Reserver
|
|
5
|
+
Home-page: https://url.com
|
|
6
|
+
Download-URL: https://download_url.com
|
|
7
|
+
Author: Development Team
|
|
8
|
+
Author-email: test@test.com
|
|
9
|
+
License: MIT
|
|
10
|
+
Project-URL: Source, https://github.com/source
|
|
11
|
+
Keywords: python3 python reserve reserver reserved
|
|
12
|
+
Classifier: Development Status :: 1 - Planning
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
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.6
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
This name has been reserved using [Reserver](https://github.com/openscilab/reserver).
|
|
25
|
+
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
clox/__init__.py,sha256=RVjzBns3rl9-B1WcUV_e0jpPcRPw_xNp97tLgeWoBWY,44
|
|
2
|
+
clox-0.0.0.dist-info/METADATA,sha256=qfCtaKbIV_K0XEf1dOP1pqDc8ozX33V-bGyt7teo2Hc,915
|
|
3
|
+
clox-0.0.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
4
|
+
clox-0.0.0.dist-info/top_level.txt,sha256=5DxGH-4VNfYkM8vbfngObh6-jpFEoSW4M90EvDGfhSw,5
|
|
5
|
+
clox-0.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
clox
|