tigrbl 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
3
- Version: 0.4.2.dev3
3
+ Version: 0.4.2.dev4
4
4
  Summary: Schema-first ASGI framework for REST and JSON-RPC APIs with OpenAPI, OpenRPC, SQLAlchemy, typed validation, hooks, and engine plugins.
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -204,6 +204,7 @@ License: Apache License
204
204
  See the License for the specific language governing permissions and
205
205
  limitations under the License.
206
206
  License-File: LICENSE
207
+ License-File: NOTICE
207
208
  Keywords: tigrbl,asgi,api,api framework,asgi framework,dependency injection,fastapi alternative,json-rpc,framework,openapi,openrpc,pydantic,rest,schema-first,sqlalchemy,typed validation
208
209
  Author: Jacob Stewart
209
210
  Author-email: jacob@swarmauri.com
@@ -267,12 +268,45 @@ Description-Content-Type: text/markdown
267
268
  <p><strong>Schema-first ASGI framework for REST and JSON-RPC APIs with OpenAPI, OpenRPC, SQLAlchemy, typed validation, hooks, and engine plugins.</strong></p>
268
269
  <a href="https://pypi.org/project/tigrbl/"><img src="https://img.shields.io/pypi/v/tigrbl?label=PyPI" alt="PyPI version for tigrbl"/></a>
269
270
  <a href="https://pypi.org/project/tigrbl/"><img src="https://static.pepy.tech/badge/tigrbl" alt="Downloads for tigrbl"/></a>
271
+ <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"/></a>
270
272
  <a href="https://github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl/README.md"><img src="https://hits.sh/github.com/tigrbl/tigrbl/blob/master/pkgs/core/tigrbl/README.md.svg?label=hits" alt="Repository hits for tigrbl README"/></a>
271
273
  <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-525252" alt="Apache 2.0 license"/></a>
272
- <a href="pyproject.toml"><img src="https://img.shields.io/badge/python-3.10%20to%203.15-3776ab" alt="Python requirement for tigrbl"/></a>
274
+ <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"/></a>
273
275
  <a href="https://github.com/tigrbl/tigrbl/blob/master/docs/README.md"><img src="https://img.shields.io/badge/workspace-core-1f6feb" alt="Workspace group for tigrbl"/></a>
274
276
  </div>
275
277
 
278
+ ## What is tigrbl?
279
+
280
+ Schema-first ASGI framework for REST and JSON-RPC APIs with OpenAPI, OpenRPC, SQLAlchemy, typed validation, hooks, and engine plugins.
281
+
282
+ ## Why use tigrbl?
283
+
284
+ Use it when you want the public Tigrbl authoring surface in one install target instead of composing split packages by hand.
285
+
286
+ ## When should I install tigrbl?
287
+
288
+ Install it for application projects, examples, service skeletons, and teams that want REST, JSON-RPC, docs, schemas, engines, and CLI support from one facade.
289
+
290
+ ## Who is tigrbl for?
291
+
292
+ Application developers, platform teams, and service owners building schema-first Python APIs.
293
+
294
+ ## Where does tigrbl fit?
295
+
296
+ `tigrbl` lives at `pkgs/core/tigrbl` and serves schema-first service authoring, REST and JSON-RPC projection, docs, engines, and CLI workflows.
297
+
298
+ ## How does tigrbl work?
299
+
300
+ It re-exports stable author-facing classes and decorators while delegating resident behavior to core, base, runtime, kernel, atoms, ORM, and operation packages.
301
+
302
+ ## Certification Status
303
+
304
+ - Package status: governed package in the `tigrbl/tigrbl` workspace.
305
+ - Governance source: [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json).
306
+ - 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.
307
+ - 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`.
308
+ - Scope note: this README documents the package boundary. Runtime feature support remains governed by `.ssot/` entities and the conformance docs linked below.
309
+
276
310
  ## Install
277
311
 
278
312
  ```bash
@@ -286,35 +320,82 @@ pip install tigrbl
286
320
  Optional extras declared in `pyproject.toml`:
287
321
 
288
322
  ```bash
289
- pip install "tigrbl[postgres, servers, templates, tests]"
323
+ pip install "tigrbl[postgres,servers,templates,tests]"
290
324
  ```
291
325
 
326
+ ## Surface Coverage
327
+
328
+ | Surface | Value |
329
+ |---|---|
330
+ | PyPI package | [`tigrbl`](https://pypi.org/project/tigrbl/) |
331
+ | Repository path | [`pkgs/core/tigrbl`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl) |
332
+ | Python import root | `tigrbl` |
333
+ | Console scripts | `tigrbl` |
334
+ | Entry points | none declared |
335
+ | Optional extras | `postgres`, `servers`, `templates`, `tests` |
336
+ | Legal files | `LICENSE`, `NOTICE` |
337
+ | Supported Python | `3.10 | 3.11 | 3.12 | 3.13 | 3.14` |
338
+
292
339
  ## What It Owns
293
340
 
294
- `tigrbl` owns the public facade boundary for the Python workspace, re-exporting the author-facing app, router, ORM, decorator, security, and CLI surfaces while delegating resident behavior to split packages. Key implementation roots include `examples` with `swarmauri_tigrbl_bridge, swarmauri_tigrbl_bridge_smooth`; `tigrbl` with `__main__, canonical_json, cli, config/, ddl/, decorators/`.
341
+ `tigrbl` owns the `public facade package` boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.
295
342
 
296
- ## Use It When
343
+ Implementation orientation:
344
+ - `tigrbl`: __main__, canonical_json, cli, config/, ddl/, decorators/, engine/, factories/, hook/, middlewares/, op/, orm/
297
345
 
298
- Use `tigrbl` when you want the public Python authoring surface in one install target: app composition, schema-first routing, REST and JSON-RPC projection, docs generation, and CLI workflow.
346
+ ## Public API and Import Surface
299
347
 
300
- ## Public Surface
348
+ - Import roots: `tigrbl`.
349
+ - Public symbols: `APIKey`, `Alias`, `App`, `AppBase`, `AppSpec`, `Arity`, `BINDING_PROFILE_EXCHANGE_SUPPORT`, `BackgroundTask`, `Binding`, `BindingRegistry`, `BindingRegistrySpec`, `BindingSpec`.
350
+ - Workspace dependencies: [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-base`](https://pypi.org/project/tigrbl-base/), [`tigrbl-concrete`](https://pypi.org/project/tigrbl-concrete/), [`tigrbl-canon`](https://pypi.org/project/tigrbl-canon/), [`tigrbl-orm`](https://pypi.org/project/tigrbl-orm/), [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/), [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/), [`tigrbl-kernel`](https://pypi.org/project/tigrbl-kernel/), [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/).
351
+ - External runtime dependencies: `pydantic>=2.0.0`, `sqlalchemy>=2.0`, `aiosqlite>=0.19.0`, `httpx>=0.27.0`, `greenlet>=3.2.3`, `uvicorn`.
301
352
 
302
- - `tigrbl` exposes `import_module, extend_path, APIKey, Alias, App, BackgroundTask, Binding, BindingRegistry`.
303
- - Console scripts: `tigrbl`.
353
+ ## Usage Examples
304
354
 
305
- ## Internal Layout
355
+ ### Verify the installed package
306
356
 
307
- - Workspace path: `pkgs/core/tigrbl`.
308
- - Package class: `facade package`.
309
- - Python requirement: `>=3.10,<3.15`.
310
- - `examples` modules: `swarmauri_tigrbl_bridge, swarmauri_tigrbl_bridge_smooth`.
311
- - `tigrbl` modules: `__main__, canonical_json, cli, config/, ddl/, decorators/, engine/, factories/, hook/, middlewares/`.
357
+ ```bash
358
+ python -m pip show tigrbl
359
+ python - <<'PY'
360
+ from importlib.metadata import version
361
+ print(version("tigrbl"))
362
+ PY
363
+ ```
312
364
 
313
- ## Dependency Surface
365
+ ### Create a small Tigrbl app shell
314
366
 
315
- - Workspace package dependencies: [`tigrbl-core`](https://pypi.org/project/tigrbl-core/), [`tigrbl-base`](https://pypi.org/project/tigrbl-base/), [`tigrbl-concrete`](https://pypi.org/project/tigrbl-concrete/), [`tigrbl-canon`](https://pypi.org/project/tigrbl-canon/), [`tigrbl-orm`](https://pypi.org/project/tigrbl-orm/), [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/), [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/), [`tigrbl-kernel`](https://pypi.org/project/tigrbl-kernel/), [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/).
316
- - External runtime dependencies: `pydantic>=2.0.0`, `sqlalchemy>=2.0`, `aiosqlite>=0.19.0`, `httpx>=0.27.0`, `greenlet>=3.2.3`, `uvicorn`.
317
- - Optional extras: `rust`, `postgres`, `servers`, `templates`, `tests`.
367
+ ```python
368
+ from tigrbl import TigrblApp, TigrblRouter
369
+
370
+ app = TigrblApp()
371
+ router = TigrblRouter()
372
+ app.include_router(router)
373
+ ```
374
+
375
+ ### Use author-facing decorators
376
+
377
+ ```python
378
+ from tigrbl import get, post
379
+
380
+ @get("/health")
381
+ def health() -> dict[str, str]:
382
+ return {"status": "ok"}
383
+
384
+ @post("/items")
385
+ def create_item(payload: dict) -> dict:
386
+ return payload
387
+ ```
388
+
389
+ ### Run the console entry point
390
+
391
+ ```bash
392
+ tigrbl --help
393
+ python -m tigrbl --help
394
+ ```
395
+
396
+ ## How To Choose This Package
397
+
398
+ Choose `tigrbl` when you want the full public facade: app composition, schema-first routing, REST and JSON-RPC projection, docs generation, engine integration, and CLI workflow. 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/) only when you are building framework extensions or testing a specific internal boundary.
318
399
 
319
400
  ## Related Packages
320
401
 
@@ -326,23 +407,29 @@ Use `tigrbl` when you want the public Python authoring surface in one install ta
326
407
  - [`tigrbl-runtime`](https://pypi.org/project/tigrbl-runtime/)
327
408
  - [`tigrbl-atoms`](https://pypi.org/project/tigrbl-atoms/)
328
409
  - [`tigrbl-kernel`](https://pypi.org/project/tigrbl-kernel/)
410
+ - [`tigrbl-ops-oltp`](https://pypi.org/project/tigrbl-ops-oltp/)
411
+
412
+ ## Documentation Links
413
+
414
+ - [Workspace docs](https://github.com/tigrbl/tigrbl/blob/master/docs/README.md)
415
+ - [Package catalog](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_CATALOG.md)
416
+ - [Package layout](https://github.com/tigrbl/tigrbl/blob/master/docs/developer/PACKAGE_LAYOUT.md)
417
+ - [Current target](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_TARGET.md)
418
+ - [Current state](https://github.com/tigrbl/tigrbl/blob/master/docs/conformance/CURRENT_STATE.md)
419
+ - [SSOT registry](https://github.com/tigrbl/tigrbl/blob/master/.ssot/registry.json)
420
+ - [Release workflow](https://github.com/tigrbl/tigrbl/actions/workflows/publish.yml)
329
421
 
330
- ## Canonical Repository Docs
422
+ ## Support
331
423
 
332
- - `docs/README.md`
333
- - `docs/conformance/CURRENT_TARGET.md`
334
- - `docs/conformance/CURRENT_STATE.md`
335
- - `docs/conformance/NEXT_STEPS.md`
336
- - `docs/governance/DOC_POINTERS.md`
337
- - `docs/developer/PACKAGE_CATALOG.md`
338
- - `docs/developer/PACKAGE_LAYOUT.md`
424
+ - Community: [Discord](https://discord.gg/K4YTAPapjR).
425
+ - Issues: [GitHub Issues](https://github.com/tigrbl/tigrbl/issues).
426
+ - Repository: [pkgs/core/tigrbl](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl).
339
427
 
340
428
  ## Package-local Boundary
341
429
 
342
- This file is a package-local distribution entry point.
343
- Use this page for package installation and boundary orientation. Repository governance, conformance state, target status, and release evidence remain governed from `docs/` and `.ssot/`.
430
+ This README is the package-local distribution entry point for `tigrbl`. 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.
344
431
 
345
432
  ## License
346
433
 
347
- 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).
434
+ 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).
348
435
 
@@ -104,8 +104,9 @@ tigrbl/vendor/__init__.py,sha256=RQZ9SR6hxUveFhVN2jyM2CaAV23fXa832sxB16CeWjQ,645
104
104
  tigrbl/vendor/jinja.py,sha256=sFr9Bq2luWDJPNMNFF7hCQcUyJOIzSwHwHrJ_k0yIh4,787
105
105
  tigrbl/vendor/pydantic.py,sha256=cLReo5Gd3V7TDJ9L3sMOFD93FWMd5QnZZoCaOJ6ip14,497
106
106
  tigrbl/vendor/sqlalchemy.py,sha256=mzc1kHispjk2n6Ll9xSPO7ZQ3Uq_BYECzS1o2Krifls,2456
107
- tigrbl-0.4.2.dev3.dist-info/METADATA,sha256=B1TnpIi-hmT6AOeIJ2vVA5P0JMZ9xEaYjC3zlZKT7qo,20475
108
- tigrbl-0.4.2.dev3.dist-info/WHEEL,sha256=eY7nduwzv-ldUxpzbRlxwvC693Hg6PX8bWDjEHjZ_dk,88
109
- tigrbl-0.4.2.dev3.dist-info/entry_points.txt,sha256=pXiN_KfMec0vJe-se_ATzXS7bEPFcQ-pGgmqS1_6j3E,50
110
- tigrbl-0.4.2.dev3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
111
- tigrbl-0.4.2.dev3.dist-info/RECORD,,
107
+ tigrbl-0.4.2.dev4.dist-info/METADATA,sha256=qe6HX5dvouGXKMVMPPlYBZicw9kGYqIYiecQUyz08RQ,24329
108
+ tigrbl-0.4.2.dev4.dist-info/WHEEL,sha256=eY7nduwzv-ldUxpzbRlxwvC693Hg6PX8bWDjEHjZ_dk,88
109
+ tigrbl-0.4.2.dev4.dist-info/entry_points.txt,sha256=pXiN_KfMec0vJe-se_ATzXS7bEPFcQ-pGgmqS1_6j3E,50
110
+ tigrbl-0.4.2.dev4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
111
+ tigrbl-0.4.2.dev4.dist-info/licenses/NOTICE,sha256=EvJMTshzsWz43LiK-DeN2ZuLtrP49cxvlrFlJ8F_buc,221
112
+ tigrbl-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.