Metadata-Version: 2.4
Name: bonanza-auth
Version: 0.1.0
Summary: 🔐 Bonanza Labs ✦ Auth — AI agent authentication & identity
Author-email: Bonanza Labs <passiveassets@proton.me>
License-Expression: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0
Requires-Dist: httpx>=0.25
Requires-Dist: click>=8.0
Requires-Dist: rich>=13.0
Requires-Dist: pyjwt>=2.8
Requires-Dist: cryptography>=41.0
Provides-Extra: api
Requires-Dist: fastapi>=0.104; extra == "api"
Requires-Dist: uvicorn>=0.24; extra == "api"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Dynamic: license-file

# bonanza labs auth 

🔐 AI agent authentication & identity

Part of [Bonanza Labs](https://github.com/c6zks4gssn-droid) — open source AI tools for builders.

## Install

```bash
pip install bonanza-auth
```

## Quick Start

```bash
bonanza-auth --help
```

## Features

- Open source (Apache 2.0)
- CLI + REST API
- Built for AI agents

## Documentation

Full docs at [bonanza-labs.tiiny.site](https://bonanza-labs.tiiny.site)

## License

Apache License 2.0
