Metadata-Version: 2.4
Name: tbauth
Version: 0.1.0
Summary: Reserved planning facade for the Tigrbl Auth package suite.
Keywords: tigrbl,authentication,authorization,facade,planning
Author: Jacob Stewart
Author-email: Jacob Stewart <jacob@swarmauri.com>
License-Expression: Apache-2.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/tigrbl/tigrbl_auth
Project-URL: Repository, https://github.com/tigrbl/tigrbl_auth
Project-URL: Source, https://github.com/tigrbl/tigrbl_auth/tree/master/pkgs/70-facade/tbauth
Project-URL: PyPI, https://pypi.org/project/tbauth/
Description-Content-Type: text/markdown

# tbauth

`tbauth` reserves a short facade name for the Tigrbl Auth package suite while
its public contract is being planned.

This initial release intentionally provides no runtime API and installs no
Tigrbl Auth implementation dependencies. Do not build production integrations
against the placeholder module yet.

## Installation

```bash
uv add tbauth
```

## Project links

- [Tigrbl Auth repository](https://github.com/tigrbl/tigrbl_auth)
- [PyPI project](https://pypi.org/project/tbauth/)
