Typing protocols, aliases, generics, and shared type helpers for Tigrbl framework packages and extensions.
Project description
tigrbl-typing
Typing protocols, aliases, generics, and shared type helpers for Tigrbl framework packages and extensions.
What is tigrbl-typing?
Typing protocols, aliases, generics, and shared type helpers for Tigrbl framework packages and extensions.
Why use tigrbl-typing?
Use it when you need this foundational Tigrbl layer directly as a small, focused dependency.
When should I install tigrbl-typing?
Install it for extension packages, package-local tests, or internals that need this boundary without the whole facade.
Who is tigrbl-typing for?
Framework maintainers, extension authors, and advanced users composing Tigrbl from split packages.
Where does tigrbl-typing fit?
tigrbl-typing lives at pkgs/core/tigrbl_typing and serves a focused layer in the split Tigrbl framework.
How does tigrbl-typing work?
It owns a narrow layer in the split workspace and is consumed by higher-level packages through explicit dependencies.
Certification Status
- Package status: governed package in the
tigrbl/tigrblworkspace. - Governance source: SSOT registry.
- Release evidence: publish workflow validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
- Local certification guard:
pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.pyverifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge,LICENSE, andNOTICE. - Scope note: this README documents the package boundary. Runtime feature support remains governed by
.ssot/entities and the conformance docs linked below.
Install
uv add tigrbl-typing
pip install tigrbl-typing
Surface Coverage
| Surface | Value |
|---|---|
| PyPI package | tigrbl-typing |
| Repository path | pkgs/core/tigrbl_typing |
| Python import root | tigrbl_typing |
| Console scripts | none declared |
| Entry points | none declared |
| Optional extras | none declared |
| Legal files | LICENSE, NOTICE |
| Supported Python | `3.10 |
What It Owns
tigrbl-typing owns the foundational framework package boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.
Implementation orientation:
tigrbl_typing: channel, gw/, phases, protocols, request, status/, types/, vendor/
Public API and Import Surface
- Import roots:
tigrbl_typing. - Public symbols: public surface is module-oriented; import the package boundary and inspect submodules as needed.
- Workspace dependencies: none declared.
- External runtime dependencies:
pydantic>=2.10,<3.
Usage Examples
Verify the installed package
python -m pip show tigrbl-typing
python - <<'PY'
from importlib.metadata import version
print(version("tigrbl-typing"))
PY
Import the package boundary
import importlib
module = importlib.import_module("tigrbl_typing")
print(module.__name__)
Inspect available modules
import importlib
import pkgutil
module = importlib.import_module("tigrbl_typing")
for info in pkgutil.iter_modules(getattr(module, "__path__", [])):
print(info.name)
Use with the facade when building applications
uv add tigrbl tigrbl-typing
python - <<'PY'
import tigrbl
print(tigrbl.__name__)
PY
How To Choose This Package
Choose tigrbl-typing when the quick-answer table matches your use case. Choose tigrbl instead when you want the full public facade. Choose a lower-level package such as tigrbl-core, tigrbl-base, or tigrbl-runtime when you are building framework extensions or testing a specific internal boundary.
Related Packages
Documentation Links
- Workspace docs
- Package catalog
- Package layout
- Current target
- Current state
- SSOT registry
- Release workflow
Support
- Community: Discord.
- Issues: GitHub Issues.
- Repository: pkgs/core/tigrbl_typing.
Package-local Boundary
This README is the package-local distribution entry point for tigrbl-typing. 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.
License
Licensed under the Apache License, Version 2.0. See LICENSE, NOTICE, and the official Apache 2.0 license text.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tigrbl_typing-0.4.3.dev4.tar.gz.
File metadata
- Download URL: tigrbl_typing-0.4.3.dev4.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
350411244a3fad7fc894dbc9f5dac94059be4636b4c9b01a9f4edac2a61f3eed
|
|
| MD5 |
145a5ced593e974ad09f75549b57d458
|
|
| BLAKE2b-256 |
a6f89d22944d8489b066231be1c608d1a7a30a041b7643d5c452b32be05803d3
|
File details
Details for the file tigrbl_typing-0.4.3.dev4-py3-none-any.whl.
File metadata
- Download URL: tigrbl_typing-0.4.3.dev4-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf2fd975fc565057234539d5a12f9996147d3df6216e5d24ee5c86e219441b37
|
|
| MD5 |
12f1e89629931b59a812747c03a36b9a
|
|
| BLAKE2b-256 |
8079432b866dc483e8df2e0ee46a8e72332923a3244a176bc20000ca4300a84f
|