zetalog 0.0.0__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.
zetalog-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: zetalog
3
+ Version: 0.0.0
4
+ Summary: Reserved for an upcoming release.
5
+ Author-email: David Augros <anthropic@augros.org>
6
+ Classifier: Development Status :: 1 - Planning
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+
10
+ # zetalog
11
+
12
+ Reserved for an upcoming release.
@@ -0,0 +1,3 @@
1
+ # zetalog
2
+
3
+ Reserved for an upcoming release.
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "zetalog"
7
+ version = "0.0.0"
8
+ description = "Reserved for an upcoming release."
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ authors = [{ name = "David Augros", email = "anthropic@augros.org" }]
12
+ classifiers = ["Development Status :: 1 - Planning"]
13
+
14
+ [tool.setuptools]
15
+ packages = ["zetalog"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """Placeholder package. Reserved for an upcoming release."""
2
+
3
+ __version__ = "0.0.0"
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: zetalog
3
+ Version: 0.0.0
4
+ Summary: Reserved for an upcoming release.
5
+ Author-email: David Augros <anthropic@augros.org>
6
+ Classifier: Development Status :: 1 - Planning
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+
10
+ # zetalog
11
+
12
+ Reserved for an upcoming release.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ zetalog/__init__.py
4
+ zetalog.egg-info/PKG-INFO
5
+ zetalog.egg-info/SOURCES.txt
6
+ zetalog.egg-info/dependency_links.txt
7
+ zetalog.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ zetalog