tigrbl_spec 0.1.13.dev1__tar.gz → 0.4.0.dev2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_spec
3
- Version: 0.1.13.dev1
3
+ Version: 0.4.0.dev2
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,9 +16,11 @@ 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
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
20
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
21
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
22
+ Project-URL: Organization, https://github.com/tigrbl
23
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_spec
22
24
  Description-Content-Type: text/markdown
23
25
 
24
26
  # tigrbl_spec
@@ -39,6 +41,10 @@ It is not the authoritative location for repository governance, current target s
39
41
 
40
42
  ## Package identity
41
43
 
44
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
45
+ - organization: `https://github.com/tigrbl`
46
+ - social: `https://discord.gg/K4YTAPapjR`
47
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_spec`
42
48
  - workspace path: `pkgs/core/tigrbl_spec`
43
49
  - workspace class: core Python package
44
50
  - implementation layout: `tigrbl_spec/`
@@ -16,6 +16,10 @@ It is not the authoritative location for repository governance, current target s
16
16
 
17
17
  ## Package identity
18
18
 
19
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
20
+ - organization: `https://github.com/tigrbl`
21
+ - social: `https://discord.gg/K4YTAPapjR`
22
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_spec`
19
23
  - workspace path: `pkgs/core/tigrbl_spec`
20
24
  - workspace class: core Python package
21
25
  - implementation layout: `tigrbl_spec/`
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tigrbl_spec"
3
- version = "0.1.13.dev1"
3
+ version = "0.4.0.dev2"
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"
@@ -22,9 +22,11 @@ keywords = ["tigrbl", "spec", "sdk", "standards", "planning"]
22
22
 
23
23
 
24
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"
25
+ Organization = "https://github.com/tigrbl"
26
+ Discord = "https://discord.gg/K4YTAPapjR"
27
+ Homepage = "https://github.com/tigrbl/tigrbl"
28
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_spec"
29
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
28
30
 
29
31
  [build-system]
30
32
  requires = ["poetry-core>=1.0.0"]
@@ -2,4 +2,4 @@
2
2
 
3
3
  __all__ = ["__version__"]
4
4
 
5
- __version__ = "0.1.0.dev0"
5
+ __version__ = "0.4.0.dev1"