tigrbl_client 0.2.14.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_client
3
- Version: 0.2.14.dev1
3
+ Version: 0.4.0.dev2
4
4
  Summary: A client for Tigrbl servers by Swarmauri.
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
@@ -21,6 +21,11 @@ Requires-Dist: pydantic (>=2.0.0)
21
21
  Requires-Dist: swarmauri_base
22
22
  Requires-Dist: swarmauri_core
23
23
  Requires-Dist: swarmauri_standard
24
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
25
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
26
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
27
+ Project-URL: Organization, https://github.com/tigrbl
28
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client
24
29
  Description-Content-Type: text/markdown
25
30
 
26
31
  # tigrbl_client
@@ -41,6 +46,10 @@ It is not the authoritative location for repository governance, current target s
41
46
 
42
47
  ## Package identity
43
48
 
49
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
50
+ - organization: `https://github.com/tigrbl`
51
+ - social: `https://discord.gg/K4YTAPapjR`
52
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client`
44
53
  - workspace path: `pkgs/core/tigrbl_client`
45
54
  - workspace class: core Python package
46
55
  - implementation layout: `tigrbl_client/`
@@ -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_client`
19
23
  - workspace path: `pkgs/core/tigrbl_client`
20
24
  - workspace class: core Python package
21
25
  - implementation layout: `tigrbl_client/`
@@ -1,10 +1,9 @@
1
1
  [project]
2
2
  name = "tigrbl_client"
3
- version = "0.2.14.dev1"
3
+ version = "0.4.0.dev2"
4
4
  description = "A client for Tigrbl servers by Swarmauri."
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 :: 3 - Alpha",
@@ -17,6 +16,7 @@ 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
  "swarmauri_core",
22
22
  "swarmauri_base",
@@ -31,6 +31,14 @@ keywords = [
31
31
  'client',
32
32
  ]
33
33
 
34
+
35
+ [project.urls]
36
+ Organization = "https://github.com/tigrbl"
37
+ Discord = "https://discord.gg/K4YTAPapjR"
38
+ Homepage = "https://github.com/tigrbl/tigrbl"
39
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_client"
40
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
41
+
34
42
  [tool.pytest.ini_options]
35
43
  norecursedirs = ["combined", "scripts"]
36
44
  markers = [