tigrbl-ops-realtime 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-ops-realtime
3
- Version: 0.1.13.dev1
3
+ Version: 0.4.0.dev2
4
4
  Summary: Realtime, stream, and datagram operation implementations for Tigrbl.
5
5
  License-Expression: Apache-2.0
6
6
  Keywords: tigrbl,sdk,standards,framework,realtime,stream
@@ -15,9 +15,11 @@ Classifier: Programming Language :: Python :: 3.13
15
15
  Classifier: Programming Language :: Python
16
16
  Classifier: Programming Language :: Python :: 3
17
17
  Classifier: Programming Language :: Python :: 3 :: Only
18
- Project-URL: Homepage, https://github.com/swarmauri/tigrbl
19
- Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
20
- Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_ops_realtime
18
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
19
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
20
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
21
+ Project-URL: Organization, https://github.com/tigrbl
22
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_realtime
21
23
  Description-Content-Type: text/markdown
22
24
 
23
25
  # tigrbl-ops-realtime
@@ -35,4 +37,10 @@ This file is a package-local distribution entry point. Authoritative workspace g
35
37
  - `docs/developer/PACKAGE_CATALOG.md`
36
38
  - `docs/developer/PACKAGE_LAYOUT.md`
37
39
 
40
+ ## Package identity
41
+
42
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
43
+ - organization: `https://github.com/tigrbl`
44
+ - social: `https://discord.gg/K4YTAPapjR`
45
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_realtime`
38
46
 
@@ -13,3 +13,9 @@ This file is a package-local distribution entry point. Authoritative workspace g
13
13
  - `docs/developer/PACKAGE_CATALOG.md`
14
14
  - `docs/developer/PACKAGE_LAYOUT.md`
15
15
 
16
+ ## Package identity
17
+
18
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
19
+ - organization: `https://github.com/tigrbl`
20
+ - social: `https://discord.gg/K4YTAPapjR`
21
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_realtime`
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tigrbl-ops-realtime"
3
- version = "0.1.13.dev1"
3
+ version = "0.4.0.dev2"
4
4
  description = "Realtime, stream, and datagram operation implementations for Tigrbl."
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -21,9 +21,11 @@ keywords = ["tigrbl", "sdk", "standards", "framework", "realtime", "stream"]
21
21
 
22
22
 
23
23
  [project.urls]
24
- Homepage = "https://github.com/swarmauri/tigrbl"
25
- Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_ops_realtime"
26
- Issues = "https://github.com/swarmauri/tigrbl/issues"
24
+ Organization = "https://github.com/tigrbl"
25
+ Discord = "https://discord.gg/K4YTAPapjR"
26
+ Homepage = "https://github.com/tigrbl/tigrbl"
27
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_realtime"
28
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
27
29
 
28
30
  [build-system]
29
31
  requires = ["poetry-core>=1.0.0"]