pyecocheck 0.0.1__tar.gz

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.
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyecocheck
3
+ Version: 0.0.1
4
+ Summary: Reserved name -- real release coming soon. This placeholder contains no functional code.
5
+ Author: Noman Shaikh
6
+ License: Proprietary
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ # pyecocheck
11
+
12
+ This name is reserved. The real release is in active development.
13
+
14
+ No functional code is published in this placeholder version.
@@ -0,0 +1,5 @@
1
+ # pyecocheck
2
+
3
+ This name is reserved. The real release is in active development.
4
+
5
+ No functional code is published in this placeholder version.
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "pyecocheck"
7
+ version = "0.0.1"
8
+ description = "Reserved name -- real release coming soon. This placeholder contains no functional code."
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ license = {text = "Proprietary"}
12
+ authors = [{name = "Noman Shaikh"}]
13
+
14
+ [tool.setuptools.packages.find]
15
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1 @@
1
+ """Placeholder. The real pyecocheck release is not yet published here."""
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyecocheck
3
+ Version: 0.0.1
4
+ Summary: Reserved name -- real release coming soon. This placeholder contains no functional code.
5
+ Author: Noman Shaikh
6
+ License: Proprietary
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ # pyecocheck
11
+
12
+ This name is reserved. The real release is in active development.
13
+
14
+ No functional code is published in this placeholder version.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/pyecocheck/__init__.py
4
+ src/pyecocheck.egg-info/PKG-INFO
5
+ src/pyecocheck.egg-info/SOURCES.txt
6
+ src/pyecocheck.egg-info/dependency_links.txt
7
+ src/pyecocheck.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ pyecocheck