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.
- worklane-0.0.1/PKG-INFO +15 -0
- worklane-0.0.1/README.md +6 -0
- worklane-0.0.1/pyproject.toml +16 -0
- worklane-0.0.1/setup.cfg +4 -0
- worklane-0.0.1/src/worklane/__init__.py +3 -0
- worklane-0.0.1/src/worklane.egg-info/PKG-INFO +15 -0
- worklane-0.0.1/src/worklane.egg-info/SOURCES.txt +7 -0
- worklane-0.0.1/src/worklane.egg-info/dependency_links.txt +1 -0
- worklane-0.0.1/src/worklane.egg-info/top_level.txt +1 -0
worklane-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: worklane
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: WorkLane — the work-order desk: ticket store, board, CLI (tk) and MCP for human+agent teams.
|
|
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
|
+
# worklane
|
|
11
|
+
|
|
12
|
+
WorkLane — the work-order desk: ticket store, board, CLI (tk) and MCP for human+agent teams.
|
|
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.
|
worklane-0.0.1/README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "worklane"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "WorkLane — the work-order desk: ticket store, board, CLI (tk) and MCP for human+agent teams."
|
|
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"
|
worklane-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: worklane
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: WorkLane — the work-order desk: ticket store, board, CLI (tk) and MCP for human+agent teams.
|
|
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
|
+
# worklane
|
|
11
|
+
|
|
12
|
+
WorkLane — the work-order desk: ticket store, board, CLI (tk) and MCP for human+agent teams.
|
|
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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
worklane
|