workbay 0.0.0__py3-none-any.whl

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.
workbay/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ """Placeholder anchor module: ``workbay`` reserves the front-door name.
2
+
3
+ This distribution ships no runtime code yet. It reserves the ``workbay``
4
+ name on PyPI ahead of the single-command front-door installer. Install
5
+ ``workbay-stack`` for the published WorkBay runtime stack today.
6
+ """
7
+
8
+ __version__ = "0.0.0"
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: workbay
3
+ Version: 0.0.0
4
+ Summary: WorkBay front-door name reservation. Ships no runtime code yet; install workbay-stack for the WorkBay runtime stack today.
5
+ Project-URL: Homepage, https://github.com/darce/workbay
6
+ Project-URL: Source, https://github.com/darce/workbay/tree/main/packages/workbay
7
+ Project-URL: Changelog, https://github.com/darce/workbay/blob/main/packages/workbay/CHANGELOG.md
8
+ Project-URL: Issues, https://github.com/darce/workbay/issues
9
+ License-Expression: MIT
10
+ Requires-Python: >=3.11
11
+ Provides-Extra: dev
12
+ Requires-Dist: pytest>=8; extra == 'dev'
13
+ Description-Content-Type: text/markdown
14
+
15
+ # workbay
16
+
17
+ Name reservation for the WorkBay front-door installer.
18
+
19
+ The single-command `workbay` installer is on its way. Until it lands,
20
+ install the runtime stack directly:
21
+
22
+ ```sh
23
+ pip install workbay-stack
24
+ ```
25
+
26
+ `workbay-stack` is a one-number version anchor that pulls every published
27
+ WorkBay runtime package. This `workbay` distribution carries no runtime code
28
+ yet and will become the single-command front door in a following release.
@@ -0,0 +1,4 @@
1
+ workbay/__init__.py,sha256=HKb0CSvvR8JLp6KZd0UY1_4feDLZMteZlA6TP2mGNfA,309
2
+ workbay-0.0.0.dist-info/METADATA,sha256=IoHt7JXVRD6uNQbskealoZKx8GjLuvQLe8EBN2dvVZw,1064
3
+ workbay-0.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ workbay-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any