tigrbl_engine_mempubsub 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.
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.4
2
+ Name: tigrbl_engine_mempubsub
3
+ Version: 0.4.0.dev2
4
+ Project-URL: Organization, https://github.com/tigrbl
5
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
6
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
7
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_mempubsub
8
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
9
+ Requires-Python: <3.14,>=3.10
10
+ Requires-Dist: tigrbl
@@ -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/engines/tigrbl_engine_mempubsub`
19
23
  - workspace path: `pkgs/engines/tigrbl_engine_mempubsub`
20
24
  - workspace class: engine package
21
25
  - implementation layout: `src/tigrbl_engine_mempubsub/`
@@ -4,15 +4,17 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tigrbl_engine_mempubsub"
7
- version = "0.1.13.dev1"
7
+ version = "0.4.0.dev2"
8
8
  requires-python = ">=3.10,<3.14"
9
9
  dependencies = ["tigrbl"]
10
10
 
11
11
 
12
12
  [project.urls]
13
- Homepage = "https://github.com/swarmauri/tigrbl"
14
- Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_mempubsub"
15
- Issues = "https://github.com/swarmauri/tigrbl/issues"
13
+ Organization = "https://github.com/tigrbl"
14
+ Discord = "https://discord.gg/K4YTAPapjR"
15
+ Homepage = "https://github.com/tigrbl/tigrbl"
16
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_mempubsub"
17
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
16
18
 
17
19
  [project.entry-points."tigrbl.engine"]
18
20
  mempubsub = "tigrbl_engine_mempubsub.plugin:register"
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "0.4.0.dev1"
@@ -1,8 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: tigrbl_engine_mempubsub
3
- Version: 0.1.13.dev1
4
- Project-URL: Homepage, https://github.com/swarmauri/tigrbl
5
- Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_mempubsub
6
- Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
7
- Requires-Python: <3.14,>=3.10
8
- Requires-Dist: tigrbl
@@ -1,2 +0,0 @@
1
- __all__ = ["__version__"]
2
- __version__ = "0.1.0"