protocolcity-worklane 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-worklane
3
+ Version: 0.0.1
4
+ Summary: WorkLane — the ProtocolCity ticket engine (suite package).
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-worklane
11
+
12
+ WorkLane — the ProtocolCity ticket engine (suite package).
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-worklane
2
+
3
+ WorkLane — the ProtocolCity ticket engine (suite package).
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-worklane"
7
+ version = "0.0.1"
8
+ description = "WorkLane — the ProtocolCity ticket engine (suite package)."
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
+ """WorkLane — the ProtocolCity ticket engine (suite package). (name reservation placeholder)."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: protocolcity-worklane
3
+ Version: 0.0.1
4
+ Summary: WorkLane — the ProtocolCity ticket engine (suite package).
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-worklane
11
+
12
+ WorkLane — the ProtocolCity ticket engine (suite package).
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_worklane/__init__.py
4
+ src/protocolcity_worklane.egg-info/PKG-INFO
5
+ src/protocolcity_worklane.egg-info/SOURCES.txt
6
+ src/protocolcity_worklane.egg-info/dependency_links.txt
7
+ src/protocolcity_worklane.egg-info/top_level.txt