tigrbl_spec 0.1.12.dev1__tar.gz → 0.1.13.dev1__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.
- {tigrbl_spec-0.1.12.dev1 → tigrbl_spec-0.1.13.dev1}/PKG-INFO +4 -1
- {tigrbl_spec-0.1.12.dev1 → tigrbl_spec-0.1.13.dev1}/pyproject.toml +8 -2
- {tigrbl_spec-0.1.12.dev1 → tigrbl_spec-0.1.13.dev1}/LICENSE +0 -0
- {tigrbl_spec-0.1.12.dev1 → tigrbl_spec-0.1.13.dev1}/README.md +0 -0
- {tigrbl_spec-0.1.12.dev1 → tigrbl_spec-0.1.13.dev1}/tigrbl_spec/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_spec
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.13.dev1
|
|
4
4
|
Summary: Planning-stage Tigrbl specification package for shared interfaces, protocol definitions, and compatibility targets.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
@@ -16,6 +16,9 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
16
16
|
Classifier: Programming Language :: Python
|
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
|
18
18
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
+
Project-URL: Homepage, https://github.com/swarmauri/tigrbl
|
|
20
|
+
Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
|
|
21
|
+
Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_spec
|
|
19
22
|
Description-Content-Type: text/markdown
|
|
20
23
|
|
|
21
24
|
# tigrbl_spec
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl_spec"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.13.dev1"
|
|
4
4
|
description = "Planning-stage Tigrbl specification package for shared interfaces, protocol definitions, and compatibility targets."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
7
|
-
repository = "http://github.com/swarmauri/swarmauri-sdk"
|
|
8
7
|
requires-python = ">=3.10,<3.14"
|
|
9
8
|
classifiers = [
|
|
10
9
|
"Development Status :: 1 - Planning",
|
|
@@ -17,9 +16,16 @@ classifiers = [
|
|
|
17
16
|
"Programming Language :: Python :: 3 :: Only",
|
|
18
17
|
]
|
|
19
18
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
19
|
+
|
|
20
20
|
dependencies = []
|
|
21
21
|
keywords = ["tigrbl", "spec", "sdk", "standards", "planning"]
|
|
22
22
|
|
|
23
|
+
|
|
24
|
+
[project.urls]
|
|
25
|
+
Homepage = "https://github.com/swarmauri/tigrbl"
|
|
26
|
+
Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_spec"
|
|
27
|
+
Issues = "https://github.com/swarmauri/tigrbl/issues"
|
|
28
|
+
|
|
23
29
|
[build-system]
|
|
24
30
|
requires = ["poetry-core>=1.0.0"]
|
|
25
31
|
build-backend = "poetry.core.masonry.api"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|