tigrbl_client 0.2.15.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.15.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,9 +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: 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
+ 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
27
29
  Description-Content-Type: text/markdown
28
30
 
29
31
  # tigrbl_client
@@ -44,6 +46,10 @@ It is not the authoritative location for repository governance, current target s
44
46
 
45
47
  ## Package identity
46
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`
47
53
  - workspace path: `pkgs/core/tigrbl_client`
48
54
  - workspace class: core Python package
49
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,6 +1,6 @@
1
1
  [project]
2
2
  name = "tigrbl_client"
3
- version = "0.2.15.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"
@@ -33,9 +33,11 @@ keywords = [
33
33
 
34
34
 
35
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"
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"
39
41
 
40
42
  [tool.pytest.ini_options]
41
43
  norecursedirs = ["combined", "scripts"]