tigrbl_engine_inmemcache 0.1.13.dev1__py3-none-any.whl → 0.4.0.dev2__py3-none-any.whl

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.
@@ -3,4 +3,4 @@
3
3
  from .plugin import register
4
4
 
5
5
  __all__ = ["register", "__version__"]
6
- __version__ = "0.1.0"
6
+ __version__ = "0.4.0.dev1"
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_inmemcache
3
- Version: 0.1.13.dev1
3
+ Version: 0.4.0.dev2
4
4
  Summary: Process-local TTL/LRU cache engine plugin for Tigrbl.
5
- Project-URL: Homepage, https://github.com/swarmauri/tigrbl
6
- Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_inmemcache
7
- Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
5
+ Project-URL: Organization, https://github.com/tigrbl
6
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
7
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
8
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_inmemcache
9
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
8
10
  Author-email: Jacob Stewart <jacob@swarmauri.com>
9
11
  License-Expression: Apache-2.0
10
12
  License-File: LICENSE
@@ -36,6 +38,10 @@ It is not the authoritative location for repository governance, current target s
36
38
 
37
39
  ## Package identity
38
40
 
41
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
42
+ - organization: `https://github.com/tigrbl`
43
+ - social: `https://discord.gg/K4YTAPapjR`
44
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_inmemcache`
39
45
  - workspace path: `pkgs/engines/tigrbl_engine_inmemcache`
40
46
  - workspace class: engine package
41
47
  - implementation layout: `src/tigrbl_engine_inmemcache/`
@@ -0,0 +1,9 @@
1
+ tigrbl_engine_inmemcache/__init__.py,sha256=pW3LgIYFhxlCkZJJbBuAByjw6fbO2iZ9D800rVrs7so,136
2
+ tigrbl_engine_inmemcache/cache.py,sha256=a70TzxgTSCLTHHl-YkT0OeC2UkHR5PVIByZseBBc7k4,2522
3
+ tigrbl_engine_inmemcache/plugin.py,sha256=0OWR8qkTCLeLnCeMCZ2gHsb6QXNgo6ITPZHg3FhN1gE,1154
4
+ tigrbl_engine_inmemcache/session.py,sha256=psFPhSRqcXRcNmxrS3v_eZcVkT4b5Hyq62qHb0W2k-o,1287
5
+ tigrbl_engine_inmemcache-0.4.0.dev2.dist-info/METADATA,sha256=g-5HiG9zhZEONI2u8sqAktxI-BUV27MgcBKhzOitMjU,1976
6
+ tigrbl_engine_inmemcache-0.4.0.dev2.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
7
+ tigrbl_engine_inmemcache-0.4.0.dev2.dist-info/entry_points.txt,sha256=kJpfwtayuUJvLz6mklXJcANrB_lC6Mtz4B8W_UZEo-c,70
8
+ tigrbl_engine_inmemcache-0.4.0.dev2.dist-info/licenses/LICENSE,sha256=708mvS2G_dkXGD6DVfUDngIUW4HW-T14Ws-q7shsacA,10880
9
+ tigrbl_engine_inmemcache-0.4.0.dev2.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- tigrbl_engine_inmemcache/__init__.py,sha256=I6aBhhW5DdvONi32DlTCjJY1u0PXGnmfGbMIn_1lo7g,131
2
- tigrbl_engine_inmemcache/cache.py,sha256=a70TzxgTSCLTHHl-YkT0OeC2UkHR5PVIByZseBBc7k4,2522
3
- tigrbl_engine_inmemcache/plugin.py,sha256=0OWR8qkTCLeLnCeMCZ2gHsb6QXNgo6ITPZHg3FhN1gE,1154
4
- tigrbl_engine_inmemcache/session.py,sha256=psFPhSRqcXRcNmxrS3v_eZcVkT4b5Hyq62qHb0W2k-o,1287
5
- tigrbl_engine_inmemcache-0.1.13.dev1.dist-info/METADATA,sha256=MWJZnEQNbAeyZex2KPnrlnfuwJ3p6qavZiXHAvYHGs4,1633
6
- tigrbl_engine_inmemcache-0.1.13.dev1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
7
- tigrbl_engine_inmemcache-0.1.13.dev1.dist-info/entry_points.txt,sha256=kJpfwtayuUJvLz6mklXJcANrB_lC6Mtz4B8W_UZEo-c,70
8
- tigrbl_engine_inmemcache-0.1.13.dev1.dist-info/licenses/LICENSE,sha256=708mvS2G_dkXGD6DVfUDngIUW4HW-T14Ws-q7shsacA,10880
9
- tigrbl_engine_inmemcache-0.1.13.dev1.dist-info/RECORD,,