Metadata-Version: 2.4
Name: bonanza-webhooks
Version: 0.1.0
Summary: 📡 Bonanza Labs ✦ Webhooks — Webhook hub for AI agents
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
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 webhooks 

📡 Webhook hub for AI agents

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

## Install

```bash
pip install bonanza-webhooks
```

## Quick Start

```bash
bonanza-webhooks --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
