protocolcity-workforce 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-workforce
3
+ Version: 0.0.1
4
+ Summary: WorkForce — employment infrastructure for agents: generalized runner and Roster board.
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-workforce
11
+
12
+ WorkForce — employment infrastructure for agents: generalized runner and Roster board.
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-workforce
2
+
3
+ WorkForce — employment infrastructure for agents: generalized runner and Roster board.
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-workforce"
7
+ version = "0.0.1"
8
+ description = "WorkForce — employment infrastructure for agents: generalized runner and Roster board."
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
+ """WorkForce — employment infrastructure for agents: generalized runner and Roster board. (name reservation placeholder)."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: protocolcity-workforce
3
+ Version: 0.0.1
4
+ Summary: WorkForce — employment infrastructure for agents: generalized runner and Roster board.
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-workforce
11
+
12
+ WorkForce — employment infrastructure for agents: generalized runner and Roster board.
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_workforce/__init__.py
4
+ src/protocolcity_workforce.egg-info/PKG-INFO
5
+ src/protocolcity_workforce.egg-info/SOURCES.txt
6
+ src/protocolcity_workforce.egg-info/dependency_links.txt
7
+ src/protocolcity_workforce.egg-info/top_level.txt