sogen 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.
sogen-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: sogen
3
+ Version: 0.0.0
4
+ Summary: Placeholder package to claim the sogen name on PyPI
5
+ Requires-Python: >=3.12
6
+ Description-Content-Type: text/markdown
7
+
8
+ Placeholder package for reserving the sogen name on PyPI.
sogen-0.0.0/README.md ADDED
@@ -0,0 +1 @@
1
+ Placeholder package for reserving the sogen name on PyPI.
@@ -0,0 +1,10 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "sogen"
7
+ version = "0.0.0"
8
+ description = "Placeholder package to claim the sogen name on PyPI"
9
+ readme = "README.md"
10
+ requires-python = ">=3.12"
sogen-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,4 @@
1
+ __all__ = ["hello"]
2
+
3
+ def hello():
4
+ return "hello from sogen"
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: sogen
3
+ Version: 0.0.0
4
+ Summary: Placeholder package to claim the sogen name on PyPI
5
+ Requires-Python: >=3.12
6
+ Description-Content-Type: text/markdown
7
+
8
+ Placeholder package for reserving the sogen name on PyPI.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ sogen/__init__.py
4
+ sogen.egg-info/PKG-INFO
5
+ sogen.egg-info/SOURCES.txt
6
+ sogen.egg-info/dependency_links.txt
7
+ sogen.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ sogen