statewire 0.0.0.dev0__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,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: statewire
3
+ Version: 0.0.0.dev0
4
+ Summary: Statewire: replicate one JSON object over an SSE op stream + a command endpoint. Placeholder — real package coming from assistant-ui.
5
+ Project-URL: Repository, https://github.com/assistant-ui/harness-sdk
6
+ Author: assistant-ui
7
+ License: MIT
8
+ Requires-Python: >=3.11
9
+ Description-Content-Type: text/markdown
10
+
11
+ # statewire
12
+
13
+ Placeholder for the Statewire protocol framework (assistant-ui). Real release coming soon.
@@ -0,0 +1,3 @@
1
+ # statewire
2
+
3
+ Placeholder for the Statewire protocol framework (assistant-ui). Real release coming soon.
@@ -0,0 +1,18 @@
1
+ [project]
2
+ name = "statewire"
3
+ version = "0.0.0.dev0"
4
+ description = "Statewire: replicate one JSON object over an SSE op stream + a command endpoint. Placeholder — real package coming from assistant-ui."
5
+ readme = "README.md"
6
+ requires-python = ">=3.11"
7
+ license = { text = "MIT" }
8
+ authors = [{ name = "assistant-ui" }]
9
+
10
+ [project.urls]
11
+ Repository = "https://github.com/assistant-ui/harness-sdk"
12
+
13
+ [build-system]
14
+ requires = ["hatchling"]
15
+ build-backend = "hatchling.build"
16
+
17
+ [tool.hatch.build.targets.wheel]
18
+ packages = ["src/statewire"]
@@ -0,0 +1 @@
1
+ raise ImportError("statewire: placeholder release - not yet published")