tigrbl_engine_redis 0.1.1.dev24__tar.gz → 0.1.11.dev1__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.
- tigrbl_engine_redis-0.1.11.dev1/PKG-INFO +49 -0
- tigrbl_engine_redis-0.1.11.dev1/README.md +23 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/pyproject.toml +7 -4
- tigrbl_engine_redis-0.1.11.dev1/src/tigrbl_engine_redis.egg-info/PKG-INFO +49 -0
- tigrbl_engine_redis-0.1.1.dev24/PKG-INFO +0 -67
- tigrbl_engine_redis-0.1.1.dev24/README.md +0 -41
- tigrbl_engine_redis-0.1.1.dev24/src/tigrbl_engine_redis.egg-info/PKG-INFO +0 -67
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/LICENSE +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/setup.cfg +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/src/tigrbl_engine_redis/__init__.py +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/src/tigrbl_engine_redis/engine.py +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/src/tigrbl_engine_redis/session.py +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/src/tigrbl_engine_redis.egg-info/SOURCES.txt +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/src/tigrbl_engine_redis.egg-info/dependency_links.txt +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/src/tigrbl_engine_redis.egg-info/entry_points.txt +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/src/tigrbl_engine_redis.egg-info/requires.txt +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/src/tigrbl_engine_redis.egg-info/top_level.txt +0 -0
- {tigrbl_engine_redis-0.1.1.dev24 → tigrbl_engine_redis-0.1.11.dev1}/tests/test_smoke.py +0 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tigrbl_engine_redis
|
|
3
|
+
Version: 0.1.11.dev1
|
|
4
|
+
Summary: Tigrbl engine plugin for Redis.
|
|
5
|
+
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Keywords: tigrbl,engine,plugin,redis,cache,database
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Environment :: Plugins
|
|
17
|
+
Classifier: Intended Audience :: Developers
|
|
18
|
+
Classifier: Topic :: Database
|
|
19
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
20
|
+
Requires-Python: <3.14,>=3.10
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
License-File: LICENSE
|
|
23
|
+
Requires-Dist: tigrbl>=0.3.0.dev4
|
|
24
|
+
Requires-Dist: redis>=5.0.0
|
|
25
|
+
Dynamic: license-file
|
|
26
|
+
|
|
27
|
+
# tigrbl_engine_redis
|
|
28
|
+
|
|
29
|
+
This file is a package-local distribution entry point.
|
|
30
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
31
|
+
|
|
32
|
+
## Canonical repository docs
|
|
33
|
+
|
|
34
|
+
- `README.md`
|
|
35
|
+
- `docs/README.md`
|
|
36
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
37
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
38
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
39
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
40
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
41
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
42
|
+
|
|
43
|
+
## Package identity
|
|
44
|
+
|
|
45
|
+
- workspace path: `pkgs/engines/tigrbl_engine_redis`
|
|
46
|
+
- workspace class: engine package
|
|
47
|
+
- implementation layout: `src/tigrbl_engine_redis/`
|
|
48
|
+
|
|
49
|
+
Long-form repository documentation is governed from `docs/`.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# tigrbl_engine_redis
|
|
2
|
+
|
|
3
|
+
This file is a package-local distribution entry point.
|
|
4
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
5
|
+
|
|
6
|
+
## Canonical repository docs
|
|
7
|
+
|
|
8
|
+
- `README.md`
|
|
9
|
+
- `docs/README.md`
|
|
10
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
11
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
12
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
13
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
14
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
15
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
16
|
+
|
|
17
|
+
## Package identity
|
|
18
|
+
|
|
19
|
+
- workspace path: `pkgs/engines/tigrbl_engine_redis`
|
|
20
|
+
- workspace class: engine package
|
|
21
|
+
- implementation layout: `src/tigrbl_engine_redis/`
|
|
22
|
+
|
|
23
|
+
Long-form repository documentation is governed from `docs/`.
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl_engine_redis"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.11.dev1"
|
|
4
4
|
description = "Tigrbl engine plugin for Redis."
|
|
5
5
|
readme = "README.md"
|
|
6
|
-
license =
|
|
7
|
-
requires-python = ">=3.10,<3.
|
|
6
|
+
license = "Apache-2.0"
|
|
7
|
+
requires-python = ">=3.10,<3.14"
|
|
8
8
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
9
9
|
classifiers = [
|
|
10
10
|
"Development Status :: 1 - Planning",
|
|
11
|
-
"License :: OSI Approved :: Apache Software License",
|
|
12
11
|
"Programming Language :: Python",
|
|
13
12
|
"Programming Language :: Python :: 3",
|
|
14
13
|
"Programming Language :: Python :: 3 :: Only",
|
|
15
14
|
"Programming Language :: Python :: 3.10",
|
|
16
15
|
"Programming Language :: Python :: 3.11",
|
|
17
16
|
"Programming Language :: Python :: 3.12",
|
|
17
|
+
"Programming Language :: Python :: 3.13",
|
|
18
18
|
"Environment :: Plugins",
|
|
19
19
|
"Intended Audience :: Developers",
|
|
20
20
|
"Topic :: Database",
|
|
@@ -36,6 +36,9 @@ dependencies = [
|
|
|
36
36
|
[project.entry-points."tigrbl.engine"]
|
|
37
37
|
redis = "tigrbl_engine_redis:register"
|
|
38
38
|
|
|
39
|
+
[tool.uv.sources]
|
|
40
|
+
tigrbl = { workspace = true }
|
|
41
|
+
|
|
39
42
|
[build-system]
|
|
40
43
|
requires = ["setuptools>=68", "wheel"]
|
|
41
44
|
build-backend = "setuptools.build_meta"
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tigrbl_engine_redis
|
|
3
|
+
Version: 0.1.11.dev1
|
|
4
|
+
Summary: Tigrbl engine plugin for Redis.
|
|
5
|
+
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Keywords: tigrbl,engine,plugin,redis,cache,database
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Programming Language :: Python
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Environment :: Plugins
|
|
17
|
+
Classifier: Intended Audience :: Developers
|
|
18
|
+
Classifier: Topic :: Database
|
|
19
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
20
|
+
Requires-Python: <3.14,>=3.10
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
License-File: LICENSE
|
|
23
|
+
Requires-Dist: tigrbl>=0.3.0.dev4
|
|
24
|
+
Requires-Dist: redis>=5.0.0
|
|
25
|
+
Dynamic: license-file
|
|
26
|
+
|
|
27
|
+
# tigrbl_engine_redis
|
|
28
|
+
|
|
29
|
+
This file is a package-local distribution entry point.
|
|
30
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
31
|
+
|
|
32
|
+
## Canonical repository docs
|
|
33
|
+
|
|
34
|
+
- `README.md`
|
|
35
|
+
- `docs/README.md`
|
|
36
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
37
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
38
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
39
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
40
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
41
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
42
|
+
|
|
43
|
+
## Package identity
|
|
44
|
+
|
|
45
|
+
- workspace path: `pkgs/engines/tigrbl_engine_redis`
|
|
46
|
+
- workspace class: engine package
|
|
47
|
+
- implementation layout: `src/tigrbl_engine_redis/`
|
|
48
|
+
|
|
49
|
+
Long-form repository documentation is governed from `docs/`.
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: tigrbl_engine_redis
|
|
3
|
-
Version: 0.1.1.dev24
|
|
4
|
-
Summary: Tigrbl engine plugin for Redis.
|
|
5
|
-
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
|
-
License: Apache-2.0
|
|
7
|
-
Keywords: tigrbl,engine,plugin,redis,cache,database
|
|
8
|
-
Classifier: Development Status :: 1 - Planning
|
|
9
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
-
Classifier: Programming Language :: Python
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Classifier: Environment :: Plugins
|
|
17
|
-
Classifier: Intended Audience :: Developers
|
|
18
|
-
Classifier: Topic :: Database
|
|
19
|
-
Classifier: Topic :: Software Development :: Libraries
|
|
20
|
-
Requires-Python: <3.13,>=3.10
|
|
21
|
-
Description-Content-Type: text/markdown
|
|
22
|
-
License-File: LICENSE
|
|
23
|
-
Requires-Dist: tigrbl>=0.3.0.dev4
|
|
24
|
-
Requires-Dist: redis>=5.0.0
|
|
25
|
-
Dynamic: license-file
|
|
26
|
-
|
|
27
|
-
# tigrbl_engine_redis
|
|
28
|
-
|
|
29
|
-
A Redis engine plugin for **tigrbl**. This package registers a new engine kind
|
|
30
|
-
`"redis"` that tigrbl auto-discovers via the `tigrbl.engine` entry-point group.
|
|
31
|
-
|
|
32
|
-
> The engine handle and session class in this package are implemented as
|
|
33
|
-
> **subclasses of tigrbl's first-class objects** (see notes below).
|
|
34
|
-
|
|
35
|
-
## Installation
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
pip install tigrbl_engine_redis
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
## Usage
|
|
42
|
-
|
|
43
|
-
Once installed, refer to `kind="redis"` in your engine spec:
|
|
44
|
-
|
|
45
|
-
```python
|
|
46
|
-
from tigrbl.engine.engine_spec import EngineSpec
|
|
47
|
-
|
|
48
|
-
spec = EngineSpec(kind="redis", mapping={"url": "redis://localhost:6379/0"})
|
|
49
|
-
eng, make_session = spec.build() # resolved through entry-points
|
|
50
|
-
s = make_session() # returns a RedisSession (TigrblSessionBase subclass)
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
### What this package provides
|
|
54
|
-
|
|
55
|
-
- `RedisEngine` — a thin subclass of `tigrbl.engine.Engine` to satisfy the
|
|
56
|
-
"first‑class engine" requirement. It stores connection parameters for
|
|
57
|
-
inspection; tigrbl keeps it as the provider's engine handle.
|
|
58
|
-
- `RedisSession` — a concrete subclass of `tigrbl.session.TigrblSessionBase`
|
|
59
|
-
that wraps a `redis.asyncio.Redis` client and implements the async
|
|
60
|
-
transaction‑aware Tigrbl Session ABC.
|
|
61
|
-
- `redis_engine()` — the entry‑point builder used by tigrbl to materialize
|
|
62
|
-
`(engine_handle, session_factory)`.
|
|
63
|
-
|
|
64
|
-
> tigrbl auto‑loads engine plugins on import (idempotent). See:
|
|
65
|
-
> `tigrbl.engine.__init__` (calls `load_engine_plugins()`), and
|
|
66
|
-
> `tigrbl.engine.plugins.load_engine_plugins()` which enumerates the `tigrbl.engine`
|
|
67
|
-
> entry‑point group and invokes each package's `register()` function.
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# tigrbl_engine_redis
|
|
2
|
-
|
|
3
|
-
A Redis engine plugin for **tigrbl**. This package registers a new engine kind
|
|
4
|
-
`"redis"` that tigrbl auto-discovers via the `tigrbl.engine` entry-point group.
|
|
5
|
-
|
|
6
|
-
> The engine handle and session class in this package are implemented as
|
|
7
|
-
> **subclasses of tigrbl's first-class objects** (see notes below).
|
|
8
|
-
|
|
9
|
-
## Installation
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
pip install tigrbl_engine_redis
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Usage
|
|
16
|
-
|
|
17
|
-
Once installed, refer to `kind="redis"` in your engine spec:
|
|
18
|
-
|
|
19
|
-
```python
|
|
20
|
-
from tigrbl.engine.engine_spec import EngineSpec
|
|
21
|
-
|
|
22
|
-
spec = EngineSpec(kind="redis", mapping={"url": "redis://localhost:6379/0"})
|
|
23
|
-
eng, make_session = spec.build() # resolved through entry-points
|
|
24
|
-
s = make_session() # returns a RedisSession (TigrblSessionBase subclass)
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
### What this package provides
|
|
28
|
-
|
|
29
|
-
- `RedisEngine` — a thin subclass of `tigrbl.engine.Engine` to satisfy the
|
|
30
|
-
"first‑class engine" requirement. It stores connection parameters for
|
|
31
|
-
inspection; tigrbl keeps it as the provider's engine handle.
|
|
32
|
-
- `RedisSession` — a concrete subclass of `tigrbl.session.TigrblSessionBase`
|
|
33
|
-
that wraps a `redis.asyncio.Redis` client and implements the async
|
|
34
|
-
transaction‑aware Tigrbl Session ABC.
|
|
35
|
-
- `redis_engine()` — the entry‑point builder used by tigrbl to materialize
|
|
36
|
-
`(engine_handle, session_factory)`.
|
|
37
|
-
|
|
38
|
-
> tigrbl auto‑loads engine plugins on import (idempotent). See:
|
|
39
|
-
> `tigrbl.engine.__init__` (calls `load_engine_plugins()`), and
|
|
40
|
-
> `tigrbl.engine.plugins.load_engine_plugins()` which enumerates the `tigrbl.engine`
|
|
41
|
-
> entry‑point group and invokes each package's `register()` function.
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: tigrbl_engine_redis
|
|
3
|
-
Version: 0.1.1.dev24
|
|
4
|
-
Summary: Tigrbl engine plugin for Redis.
|
|
5
|
-
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
|
-
License: Apache-2.0
|
|
7
|
-
Keywords: tigrbl,engine,plugin,redis,cache,database
|
|
8
|
-
Classifier: Development Status :: 1 - Planning
|
|
9
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
-
Classifier: Programming Language :: Python
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Classifier: Environment :: Plugins
|
|
17
|
-
Classifier: Intended Audience :: Developers
|
|
18
|
-
Classifier: Topic :: Database
|
|
19
|
-
Classifier: Topic :: Software Development :: Libraries
|
|
20
|
-
Requires-Python: <3.13,>=3.10
|
|
21
|
-
Description-Content-Type: text/markdown
|
|
22
|
-
License-File: LICENSE
|
|
23
|
-
Requires-Dist: tigrbl>=0.3.0.dev4
|
|
24
|
-
Requires-Dist: redis>=5.0.0
|
|
25
|
-
Dynamic: license-file
|
|
26
|
-
|
|
27
|
-
# tigrbl_engine_redis
|
|
28
|
-
|
|
29
|
-
A Redis engine plugin for **tigrbl**. This package registers a new engine kind
|
|
30
|
-
`"redis"` that tigrbl auto-discovers via the `tigrbl.engine` entry-point group.
|
|
31
|
-
|
|
32
|
-
> The engine handle and session class in this package are implemented as
|
|
33
|
-
> **subclasses of tigrbl's first-class objects** (see notes below).
|
|
34
|
-
|
|
35
|
-
## Installation
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
pip install tigrbl_engine_redis
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
## Usage
|
|
42
|
-
|
|
43
|
-
Once installed, refer to `kind="redis"` in your engine spec:
|
|
44
|
-
|
|
45
|
-
```python
|
|
46
|
-
from tigrbl.engine.engine_spec import EngineSpec
|
|
47
|
-
|
|
48
|
-
spec = EngineSpec(kind="redis", mapping={"url": "redis://localhost:6379/0"})
|
|
49
|
-
eng, make_session = spec.build() # resolved through entry-points
|
|
50
|
-
s = make_session() # returns a RedisSession (TigrblSessionBase subclass)
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
### What this package provides
|
|
54
|
-
|
|
55
|
-
- `RedisEngine` — a thin subclass of `tigrbl.engine.Engine` to satisfy the
|
|
56
|
-
"first‑class engine" requirement. It stores connection parameters for
|
|
57
|
-
inspection; tigrbl keeps it as the provider's engine handle.
|
|
58
|
-
- `RedisSession` — a concrete subclass of `tigrbl.session.TigrblSessionBase`
|
|
59
|
-
that wraps a `redis.asyncio.Redis` client and implements the async
|
|
60
|
-
transaction‑aware Tigrbl Session ABC.
|
|
61
|
-
- `redis_engine()` — the entry‑point builder used by tigrbl to materialize
|
|
62
|
-
`(engine_handle, session_factory)`.
|
|
63
|
-
|
|
64
|
-
> tigrbl auto‑loads engine plugins on import (idempotent). See:
|
|
65
|
-
> `tigrbl.engine.__init__` (calls `load_engine_plugins()`), and
|
|
66
|
-
> `tigrbl.engine.plugins.load_engine_plugins()` which enumerates the `tigrbl.engine`
|
|
67
|
-
> entry‑point group and invokes each package's `register()` function.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|