tigrbl_engine_mempubsub 0.4.2.dev3__py3-none-any.whl → 0.4.2.dev4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_mempubsub
3
- Version: 0.4.2.dev3
3
+ Version: 0.4.2.dev4
4
4
  Summary: In-memory pub/sub engine plugin for process-local publish-subscribe channels, events, and Tigrbl realtime workflows.
5
5
  Project-URL: Organization, https://github.com/tigrbl
6
6
  Project-URL: Discord, https://discord.gg/K4YTAPapjR
@@ -209,6 +209,7 @@ License: Apache License
209
209
  See the License for the specific language governing permissions and
210
210
  limitations under the License.
211
211
  License-File: LICENSE
212
+ License-File: NOTICE
212
213
  Keywords: api,asgi,database,engine,events,inmemory,json-rpc,mempubsub,openapi,openrpc,plugin,pubsub,pydantic,realtime,rest,schema-first,sqlalchemy,tigrbl
213
214
  Classifier: Development Status :: 3 - Alpha
214
215
  Classifier: Framework :: AsyncIO
@@ -237,12 +238,45 @@ Description-Content-Type: text/markdown
237
238
  <p><strong>In-memory pub/sub engine plugin for process-local publish-subscribe channels, events, and Tigrbl realtime workflows.</strong></p>
238
239
  <a href="https://pypi.org/project/tigrbl_engine_mempubsub/"><img src="https://img.shields.io/pypi/v/tigrbl_engine_mempubsub?label=PyPI" alt="PyPI version for tigrbl_engine_mempubsub"/></a>
239
240
  <a href="https://pypi.org/project/tigrbl_engine_mempubsub/"><img src="https://static.pepy.tech/badge/tigrbl_engine_mempubsub" alt="Downloads for tigrbl_engine_mempubsub"/></a>
241
+ <a href="https://discord.gg/K4YTAPapjR"><img src="https://img.shields.io/badge/Discord-Join%20chat-5865F2?logo=discord&logoColor=white" alt="Discord community for tigrbl_engine_mempubsub"/></a>
240
242
  <a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/engines/tigrbl_engine_mempubsub/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/engines/tigrbl_engine_mempubsub/README.md.svg?label=hits" alt="Repository hits for tigrbl_engine_mempubsub README"/></a>
241
243
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
242
- <a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20to%203.15-3776ab" alt="Python requirement for tigrbl_engine_mempubsub"/></a>
244
+ <a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-3776ab" alt="Python versions 3.10 | 3.11 | 3.12 | 3.13 | 3.14 for tigrbl_engine_mempubsub"/></a>
243
245
  <a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-engines-1f6feb" alt="Workspace group for tigrbl_engine_mempubsub"/></a>
244
246
  </div>
245
247
 
248
+ ## What is tigrbl_engine_mempubsub?
249
+
250
+ In-memory pub/sub engine plugin for process-local publish-subscribe channels, events, and Tigrbl realtime workflows.
251
+
252
+ ## Why use tigrbl_engine_mempubsub?
253
+
254
+ Use it when a Tigrbl application needs this backend without installing every engine package.
255
+
256
+ ## When should I install tigrbl_engine_mempubsub?
257
+
258
+ Install it when the storage, analytics, cache, or integration workload named by this package is the intended runtime backend.
259
+
260
+ ## Who is tigrbl_engine_mempubsub for?
261
+
262
+ Application developers, data platform engineers, and operators choosing concrete persistence or data-plane behavior.
263
+
264
+ ## Where does tigrbl_engine_mempubsub fit?
265
+
266
+ `tigrbl_engine_mempubsub` lives at `pkgs/engines/tigrbl_engine_mempubsub` and serves process-local in-memory runtime behavior.
267
+
268
+ ## How does tigrbl_engine_mempubsub work?
269
+
270
+ It exposes a `tigrbl.engine` entry point and a package `register()` hook so Tigrbl can discover or load the backend at runtime.
271
+
272
+ ## Certification Status
273
+
274
+ - Package status: governed package in the `tigrbl/tigrbl` workspace.
275
+ - Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
276
+ - Release evidence: [publish workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml) validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
277
+ - Local certification guard: `pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py` verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, `LICENSE`, and `NOTICE`.
278
+ - Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
279
+
246
280
  ## Install
247
281
 
248
282
  ```bash
@@ -253,50 +287,105 @@ uv add tigrbl_engine_mempubsub
253
287
  pip install tigrbl_engine_mempubsub
254
288
  ```
255
289
 
290
+ ## Surface Coverage
291
+
292
+ | Surface | Value |
293
+ |---|---|
294
+ | PyPI package | [`tigrbl_engine_mempubsub`](https://pypi.org/project/tigrbl_engine_mempubsub/) |
295
+ | Repository path | [`pkgs/engines/tigrbl_engine_mempubsub`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_mempubsub) |
296
+ | Python import root | `tigrbl_engine_mempubsub` |
297
+ | Console scripts | none declared |
298
+ | Entry points | `tigrbl.engine` |
299
+ | Optional extras | none declared |
300
+ | Legal files | `LICENSE`, `NOTICE` |
301
+ | Supported Python | `3.10 | 3.11 | 3.12 | 3.13 | 3.14` |
302
+
256
303
  ## What It Owns
257
304
 
258
- `tigrbl_engine_mempubsub` owns the engine mempubsub backend boundary for Tigrbl, including engine registration, session adapters, and backend-specific helpers. Key implementation roots include `tigrbl_engine_mempubsub` with `plugin, pubsub, session`.
305
+ `tigrbl_engine_mempubsub` owns the `engine plugin` boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.
306
+
307
+ Implementation orientation:
308
+ - `tigrbl_engine_mempubsub`: plugin, pubsub, session
259
309
 
260
- ## Use It When
310
+ ## Public API and Import Surface
261
311
 
262
- Use `tigrbl_engine_mempubsub` when you want the engine mempubsub backend installed as an isolated dependency instead of pulling every engine into your environment.
312
+ - Import roots: `tigrbl_engine_mempubsub`.
313
+ - Public symbols: `__version__`.
314
+ - Workspace dependencies: [`tigrbl`](https://pypi.org/project/tigrbl/).
315
+ - External runtime dependencies: none declared.
263
316
 
264
- ## Public Surface
317
+ ## Usage Examples
265
318
 
266
- - `tigrbl_engine_mempubsub` exposes `__version__`.
319
+ ### Verify the installed package
267
320
 
268
- ## Internal Layout
321
+ ```bash
322
+ python -m pip show tigrbl_engine_mempubsub
323
+ python - <<'PY'
324
+ from importlib.metadata import version
325
+ print(version("tigrbl_engine_mempubsub"))
326
+ PY
327
+ ```
269
328
 
270
- - Workspace path: `pkgs/engines/tigrbl_engine_mempubsub`.
271
- - Package class: `engine plugin`.
272
- - Python requirement: `>=3.10,<3.15`.
273
- - `tigrbl_engine_mempubsub` modules: `plugin, pubsub, session`.
329
+ ### Register the engine plugin explicitly
274
330
 
275
- ## Dependency Surface
331
+ ```python
332
+ from tigrbl_engine_mempubsub.plugin import register
276
333
 
277
- - Workspace package dependencies: [`tigrbl`](https://pypi.org/project/tigrbl/).
278
- - External runtime dependencies: none declared.
279
- - Optional extras: none declared.
334
+ register()
335
+ ```
336
+
337
+ ### Discover the engine through package metadata
338
+
339
+ ```python
340
+ from importlib.metadata import entry_points
341
+
342
+ for entry_point in entry_points(group="tigrbl.engine"):
343
+ if entry_point.module.startswith("tigrbl_engine_mempubsub"):
344
+ plugin_register = entry_point.load()
345
+ plugin_register()
346
+ ```
347
+
348
+ ### Install alongside the facade
349
+
350
+ ```bash
351
+ uv add tigrbl tigrbl_engine_mempubsub
352
+ pip install tigrbl tigrbl_engine_mempubsub
353
+ ```
354
+
355
+ ## How To Choose This Package
356
+
357
+ Choose `tigrbl_engine_mempubsub` when the quick-answer table matches your use case. Choose [`tigrbl`](https://pypi.org/project/tigrbl/) instead when you want the full public facade. Choose a lower-level package such as [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-base`](https://pypi.org/project/tigrbl-base/), or [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/) when you are building framework extensions or testing a specific internal boundary.
280
358
 
281
359
  ## Related Packages
282
360
 
283
361
  - [`tigrbl`](https://pypi.org/project/tigrbl/)
362
+ - [`tigrbl-core`](https://pypi.org/project/tigrbl-core/)
363
+ - [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/)
364
+ - [`tigrbl_engine_sqlite`](https://pypi.org/project/tigrbl_engine_sqlite/)
365
+ - [`tigrbl_engine_postgres`](https://pypi.org/project/tigrbl_engine_postgres/)
366
+ - [`tigrbl_engine_duckdb`](https://pypi.org/project/tigrbl_engine_duckdb/)
367
+ - [`tigrbl_engine_pandas`](https://pypi.org/project/tigrbl_engine_pandas/)
368
+
369
+ ## Documentation Links
370
+
371
+ - [Workspace docs](https://github.com/tigrbl/tigrbl/blob/master/docs/README.md)
372
+ - [Package catalog](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_CATALOG.md)
373
+ - [Package layout](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_LAYOUT.md)
374
+ - [Current target](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_TARGET.md)
375
+ - [Current state](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_STATE.md)
376
+ - [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json)
377
+ - [Release workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml)
284
378
 
285
- ## Canonical Repository Docs
379
+ ## Support
286
380
 
287
- - `docs/README.md`
288
- - `docs/conformance/CURRENT_TARGET.md`
289
- - `docs/conformance/CURRENT_STATE.md`
290
- - `docs/conformance/NEXT_STEPS.md`
291
- - `docs/governance/DOC_POINTERS.md`
292
- - `docs/developer/PACKAGE_CATALOG.md`
293
- - `docs/developer/PACKAGE_LAYOUT.md`
381
+ - Community: [Discord](https://discord.gg/K4YTAPapjR).
382
+ - Issues: [GitHub Issues](https://github.com/tigrbl/tigrbl/issues).
383
+ - Repository: [pkgs/engines/tigrbl_engine_mempubsub](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_mempubsub).
294
384
 
295
385
  ## Package-local Boundary
296
386
 
297
- This file is a package-local distribution entry point.
298
- Use this page for package installation and boundary orientation. Repository governance, conformance state, target status, and release evidence remain governed from `docs/` and `.ssot/`.
387
+ This README is the package-local distribution entry point for `tigrbl_engine_mempubsub`. It answers install, usage, API, ownership, and certification-orientation questions for this package. Broader architectural decisions, release status, and cross-package proof chains remain in the repository-level docs and SSOT registry.
299
388
 
300
389
  ## License
301
390
 
302
- Licensed under the Apache License, Version 2.0. See `LICENSE` and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
391
+ Licensed under the Apache License, Version 2.0. See `LICENSE`, `NOTICE`, and the official [Apache 2.0 license text](https://www.apache.org/licenses/LICENSE-2.0).
@@ -2,8 +2,9 @@ tigrbl_engine_mempubsub/__init__.py,sha256=jXjzFS-sicLv5zOSDSuq_RFSu9S_ZRoBPRmJf
2
2
  tigrbl_engine_mempubsub/plugin.py,sha256=0IVs0rAmTWzGneP2aBObjCSILoE5_uODocCWNK72J08,1194
3
3
  tigrbl_engine_mempubsub/pubsub.py,sha256=w13HpE7iAJoez8snBYxaLBi3-Pa6dc2I01Iknu_0tsI,4198
4
4
  tigrbl_engine_mempubsub/session.py,sha256=Au_CaDrUcX28rlXPMjgjWrU1ta9u9Mku03Jtu8PTaR4,948
5
- tigrbl_engine_mempubsub-0.4.2.dev3.dist-info/METADATA,sha256=qlVR4-NcG9Wn1S7tOUiyG6JQhEWYbRXUQxqw9Iltdrs,17873
6
- tigrbl_engine_mempubsub-0.4.2.dev3.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
7
- tigrbl_engine_mempubsub-0.4.2.dev3.dist-info/entry_points.txt,sha256=nHmKqFdhMk9NA9xQh6FlP-U5iw_kRoniEeidTTaTi74,68
8
- tigrbl_engine_mempubsub-0.4.2.dev3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
- tigrbl_engine_mempubsub-0.4.2.dev3.dist-info/RECORD,,
5
+ tigrbl_engine_mempubsub-0.4.2.dev4.dist-info/METADATA,sha256=x4SgHAdLAoH0GYFaVhlXrs7XqTxO0ZCmgtC1iMT5sVw,22535
6
+ tigrbl_engine_mempubsub-0.4.2.dev4.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
7
+ tigrbl_engine_mempubsub-0.4.2.dev4.dist-info/entry_points.txt,sha256=nHmKqFdhMk9NA9xQh6FlP-U5iw_kRoniEeidTTaTi74,68
8
+ tigrbl_engine_mempubsub-0.4.2.dev4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
+ tigrbl_engine_mempubsub-0.4.2.dev4.dist-info/licenses/NOTICE,sha256=EvJMTshzsWz43LiK-DeN2ZuLtrP49cxvlrFlJ8F_buc,221
10
+ tigrbl_engine_mempubsub-0.4.2.dev4.dist-info/RECORD,,
@@ -0,0 +1,7 @@
1
+ Tigrbl
2
+ Copyright 2026 Swarmauri
3
+
4
+ This product includes software developed by Swarmauri.
5
+
6
+ Tigrbl is licensed under the Apache License, Version 2.0.
7
+ See the LICENSE file distributed with this work for the full license text.