protocolcity 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,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: protocolcity
3
+ Version: 0.0.1
4
+ Summary: ProtocolCity — install the blueprint, it founds your city. Suite CLI and spec.
5
+ Project-URL: Homepage, https://github.com/protocolcity
6
+ Classifier: Development Status :: 1 - Planning
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # protocolcity
11
+
12
+ ProtocolCity — install the blueprint, it founds your city. Suite CLI and spec.
13
+
14
+ This name is reserved for the ProtocolCity suite. The first working release
15
+ is in preparation — watch https://github.com/protocolcity for the launch.
@@ -0,0 +1,6 @@
1
+ # protocolcity
2
+
3
+ ProtocolCity — install the blueprint, it founds your city. Suite CLI and spec.
4
+
5
+ This name is reserved for the ProtocolCity suite. The first working release
6
+ is in preparation — watch https://github.com/protocolcity for the launch.
@@ -0,0 +1,16 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "protocolcity"
7
+ version = "0.0.1"
8
+ description = "ProtocolCity — install the blueprint, it founds your city. Suite CLI and spec."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ classifiers = [
12
+ "Development Status :: 1 - Planning",
13
+ ]
14
+
15
+ [project.urls]
16
+ Homepage = "https://github.com/protocolcity"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """ProtocolCity — install the blueprint, it founds your city. Suite CLI and spec. (name reservation placeholder)."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: protocolcity
3
+ Version: 0.0.1
4
+ Summary: ProtocolCity — install the blueprint, it founds your city. Suite CLI and spec.
5
+ Project-URL: Homepage, https://github.com/protocolcity
6
+ Classifier: Development Status :: 1 - Planning
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # protocolcity
11
+
12
+ ProtocolCity — install the blueprint, it founds your city. Suite CLI and spec.
13
+
14
+ This name is reserved for the ProtocolCity suite. The first working release
15
+ is in preparation — watch https://github.com/protocolcity for the launch.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/protocolcity/__init__.py
4
+ src/protocolcity.egg-info/PKG-INFO
5
+ src/protocolcity.egg-info/SOURCES.txt
6
+ src/protocolcity.egg-info/dependency_links.txt
7
+ src/protocolcity.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ protocolcity