upstream-edge 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.
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: upstream_edge
3
+ Version: 0.0.0
4
+ Summary: Upstream Edge Python Utilities
5
+ Classifier: Development Status :: 1 - Planning
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Programming Language :: Python :: 3.10
8
+ Classifier: Programming Language :: Python :: 3.11
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+
12
+ # Upstream Edge Python Utilities
@@ -0,0 +1 @@
1
+ # Upstream Edge Python Utilities
@@ -0,0 +1,15 @@
1
+ [project]
2
+ name = "upstream_edge"
3
+ version = "0.0.0"
4
+ description = "Upstream Edge Python Utilities"
5
+ authors = []
6
+ license = { file = "LICENSE" }
7
+ readme = "README.md"
8
+ classifiers = [
9
+ "Development Status :: 1 - Planning",
10
+ "Programming Language :: Python :: 3",
11
+ "Programming Language :: Python :: 3.10",
12
+ "Programming Language :: Python :: 3.11",
13
+ ]
14
+ requires-python = ">=3.10"
15
+ dependencies = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1 @@
1
+ # TODO...
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: upstream-edge
3
+ Version: 0.0.0
4
+ Summary: Upstream Edge Python Utilities
5
+ Classifier: Development Status :: 1 - Planning
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Programming Language :: Python :: 3.10
8
+ Classifier: Programming Language :: Python :: 3.11
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+
12
+ # Upstream Edge Python Utilities
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ upstream_edge/__init__.py
4
+ upstream_edge.egg-info/PKG-INFO
5
+ upstream_edge.egg-info/SOURCES.txt
6
+ upstream_edge.egg-info/dependency_links.txt
7
+ upstream_edge.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ upstream_edge