turing-v123 0.1.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.
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: turing_v123
3
+ Version: 0.1.0
4
+ Summary: A simple demo package
5
+ Author-email: Your Name <your@email.com>
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
@@ -0,0 +1,14 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "turing_v123"
7
+ version = "0.1.0"
8
+ description = "A simple demo package"
9
+ authors = [
10
+ { name="Your Name", email="your@email.com" }
11
+ ]
12
+ readme = "README.md"
13
+ requires-python = ">=3.8"
14
+ dependencies = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,5 @@
1
+ def add(a, b):
2
+ """
3
+ Return the sum of two numbers.
4
+ """
5
+ return a + b
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: turing_v123
3
+ Version: 0.1.0
4
+ Summary: A simple demo package
5
+ Author-email: Your Name <your@email.com>
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ turing/__init__.py
3
+ turing_v123.egg-info/PKG-INFO
4
+ turing_v123.egg-info/SOURCES.txt
5
+ turing_v123.egg-info/dependency_links.txt
6
+ turing_v123.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ turing