tigrbl_spec 0.1.0.dev15__tar.gz → 0.1.10.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.10.dev1/PKG-INFO +44 -0
- tigrbl_spec-0.1.10.dev1/README.md +23 -0
- {tigrbl_spec-0.1.0.dev15 → tigrbl_spec-0.1.10.dev1}/pyproject.toml +3 -3
- tigrbl_spec-0.1.0.dev15/PKG-INFO +0 -60
- tigrbl_spec-0.1.0.dev15/README.md +0 -39
- {tigrbl_spec-0.1.0.dev15 → tigrbl_spec-0.1.10.dev1}/LICENSE +0 -0
- {tigrbl_spec-0.1.0.dev15 → tigrbl_spec-0.1.10.dev1}/tigrbl_spec/__init__.py +0 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tigrbl_spec
|
|
3
|
+
Version: 0.1.10.dev1
|
|
4
|
+
Summary: Planning-stage Tigrbl specification package for shared interfaces, protocol definitions, and compatibility targets.
|
|
5
|
+
License-Expression: Apache-2.0
|
|
6
|
+
License-File: LICENSE
|
|
7
|
+
Keywords: tigrbl,spec,sdk,standards,planning
|
|
8
|
+
Author: Jacob Stewart
|
|
9
|
+
Author-email: jacob@swarmauri.com
|
|
10
|
+
Requires-Python: >=3.10,<3.14
|
|
11
|
+
Classifier: Development Status :: 1 - Planning
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Programming Language :: Python
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
|
|
21
|
+
# tigrbl_spec
|
|
22
|
+
|
|
23
|
+
This file is a package-local distribution entry point.
|
|
24
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
25
|
+
|
|
26
|
+
## Canonical repository docs
|
|
27
|
+
|
|
28
|
+
- `README.md`
|
|
29
|
+
- `docs/README.md`
|
|
30
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
31
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
32
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
33
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
34
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
35
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
36
|
+
|
|
37
|
+
## Package identity
|
|
38
|
+
|
|
39
|
+
- workspace path: `pkgs/core/tigrbl_spec`
|
|
40
|
+
- workspace class: core Python package
|
|
41
|
+
- implementation layout: `tigrbl_spec/`
|
|
42
|
+
|
|
43
|
+
Long-form repository documentation is governed from `docs/`.
|
|
44
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# tigrbl_spec
|
|
2
|
+
|
|
3
|
+
This file is a package-local distribution entry point.
|
|
4
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
5
|
+
|
|
6
|
+
## Canonical repository docs
|
|
7
|
+
|
|
8
|
+
- `README.md`
|
|
9
|
+
- `docs/README.md`
|
|
10
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
11
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
12
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
13
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
14
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
15
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
16
|
+
|
|
17
|
+
## Package identity
|
|
18
|
+
|
|
19
|
+
- workspace path: `pkgs/core/tigrbl_spec`
|
|
20
|
+
- workspace class: core Python package
|
|
21
|
+
- implementation layout: `tigrbl_spec/`
|
|
22
|
+
|
|
23
|
+
Long-form repository documentation is governed from `docs/`.
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl_spec"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.10.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
7
|
repository = "http://github.com/swarmauri/swarmauri-sdk"
|
|
8
|
-
requires-python = ">=3.10,<3.
|
|
8
|
+
requires-python = ">=3.10,<3.14"
|
|
9
9
|
classifiers = [
|
|
10
|
-
"License :: OSI Approved :: Apache Software License",
|
|
11
10
|
"Development Status :: 1 - Planning",
|
|
12
11
|
"Programming Language :: Python :: 3.10",
|
|
13
12
|
"Programming Language :: Python :: 3.11",
|
|
14
13
|
"Programming Language :: Python :: 3.12",
|
|
14
|
+
"Programming Language :: Python :: 3.13",
|
|
15
15
|
"Programming Language :: Python",
|
|
16
16
|
"Programming Language :: Python :: 3",
|
|
17
17
|
"Programming Language :: Python :: 3 :: Only",
|
tigrbl_spec-0.1.0.dev15/PKG-INFO
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: tigrbl_spec
|
|
3
|
-
Version: 0.1.0.dev15
|
|
4
|
-
Summary: Planning-stage Tigrbl specification package for shared interfaces, protocol definitions, and compatibility targets.
|
|
5
|
-
License-Expression: Apache-2.0
|
|
6
|
-
License-File: LICENSE
|
|
7
|
-
Keywords: tigrbl,spec,sdk,standards,planning
|
|
8
|
-
Author: Jacob Stewart
|
|
9
|
-
Author-email: jacob@swarmauri.com
|
|
10
|
-
Requires-Python: >=3.10,<3.13
|
|
11
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
-
Classifier: Development Status :: 1 - Planning
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Classifier: Programming Language :: Python
|
|
17
|
-
Classifier: Programming Language :: Python :: 3
|
|
18
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
-
Description-Content-Type: text/markdown
|
|
20
|
-
|
|
21
|
-

|
|
22
|
-
|
|
23
|
-
<p align="center">
|
|
24
|
-
<a href="https://pypi.org/project/tigrbl_spec/">
|
|
25
|
-
<img src="https://img.shields.io/pypi/dm/tigrbl_spec" alt="PyPI - Downloads"/></a>
|
|
26
|
-
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/tigrbl_spec/">
|
|
27
|
-
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/tigrbl_spec.svg"/></a>
|
|
28
|
-
<a href="https://pypi.org/project/tigrbl_spec/">
|
|
29
|
-
<img src="https://img.shields.io/pypi/pyversions/tigrbl_spec" alt="PyPI - Python Version"/></a>
|
|
30
|
-
<a href="https://pypi.org/project/tigrbl_spec/">
|
|
31
|
-
<img src="https://img.shields.io/pypi/l/tigrbl_spec" alt="PyPI - License"/></a>
|
|
32
|
-
<a href="https://pypi.org/project/tigrbl_spec/">
|
|
33
|
-
<img src="https://img.shields.io/pypi/v/tigrbl_spec?label=tigrbl_spec&color=green" alt="PyPI - tigrbl_spec"/></a>
|
|
34
|
-
</p>
|
|
35
|
-
|
|
36
|
-
## Features
|
|
37
|
-
|
|
38
|
-
- Provides a planning-stage home for Tigrbl shared specifications.
|
|
39
|
-
- Captures protocol and interface intent for future package consumers.
|
|
40
|
-
- Declares Python 3.10 through 3.12 support.
|
|
41
|
-
|
|
42
|
-
## Installation
|
|
43
|
-
|
|
44
|
-
### uv
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
uv add tigrbl_spec
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
### pip
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
pip install tigrbl_spec
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
## Usage
|
|
57
|
-
|
|
58
|
-
Import `tigrbl_spec` to access shared specification artifacts as they are introduced,
|
|
59
|
-
including compatibility contracts and cross-package interface definitions.
|
|
60
|
-
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-

|
|
2
|
-
|
|
3
|
-
<p align="center">
|
|
4
|
-
<a href="https://pypi.org/project/tigrbl_spec/">
|
|
5
|
-
<img src="https://img.shields.io/pypi/dm/tigrbl_spec" alt="PyPI - Downloads"/></a>
|
|
6
|
-
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/tigrbl_spec/">
|
|
7
|
-
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/tigrbl_spec.svg"/></a>
|
|
8
|
-
<a href="https://pypi.org/project/tigrbl_spec/">
|
|
9
|
-
<img src="https://img.shields.io/pypi/pyversions/tigrbl_spec" alt="PyPI - Python Version"/></a>
|
|
10
|
-
<a href="https://pypi.org/project/tigrbl_spec/">
|
|
11
|
-
<img src="https://img.shields.io/pypi/l/tigrbl_spec" alt="PyPI - License"/></a>
|
|
12
|
-
<a href="https://pypi.org/project/tigrbl_spec/">
|
|
13
|
-
<img src="https://img.shields.io/pypi/v/tigrbl_spec?label=tigrbl_spec&color=green" alt="PyPI - tigrbl_spec"/></a>
|
|
14
|
-
</p>
|
|
15
|
-
|
|
16
|
-
## Features
|
|
17
|
-
|
|
18
|
-
- Provides a planning-stage home for Tigrbl shared specifications.
|
|
19
|
-
- Captures protocol and interface intent for future package consumers.
|
|
20
|
-
- Declares Python 3.10 through 3.12 support.
|
|
21
|
-
|
|
22
|
-
## Installation
|
|
23
|
-
|
|
24
|
-
### uv
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
uv add tigrbl_spec
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
### pip
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
pip install tigrbl_spec
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## Usage
|
|
37
|
-
|
|
38
|
-
Import `tigrbl_spec` to access shared specification artifacts as they are introduced,
|
|
39
|
-
including compatibility contracts and cross-package interface definitions.
|
|
File without changes
|
|
File without changes
|