tigrbl_client 0.2.13.dev2__tar.gz → 0.2.14__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.13.dev2
3
+ Version: 0.2.14
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,9 @@ 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: Homepage, https://github.com/swarmauri/tigrbl
25
+ Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
26
+ Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_client
24
27
  Description-Content-Type: text/markdown
25
28
 
26
29
  # tigrbl_client
@@ -1,10 +1,9 @@
1
1
  [project]
2
2
  name = "tigrbl_client"
3
- version = "0.2.13.dev2"
3
+ version = "0.2.14"
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,12 @@ keywords = [
31
31
  'client',
32
32
  ]
33
33
 
34
+
35
+ [project.urls]
36
+ Homepage = "https://github.com/swarmauri/tigrbl"
37
+ Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_client"
38
+ Issues = "https://github.com/swarmauri/tigrbl/issues"
39
+
34
40
  [tool.pytest.ini_options]
35
41
  norecursedirs = ["combined", "scripts"]
36
42
  markers = [