Metadata-Version: 2.4
Name: bonanza-labs-pay
Version: 0.1.1
Summary: 💳 Bonanza Labs Pay — Stripe + Stablecoin payment framework
Author-email: Bonanza Labs <passiveassets@proton.me>
License-Expression: Apache-2.0
Keywords: stripe,stablecoin,usdc,payments,crypto,subscriptions
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: stripe>=9.0
Requires-Dist: pydantic>=2.0
Requires-Dist: httpx>=0.25
Requires-Dist: pyyaml>=6.0
Provides-Extra: api
Requires-Dist: fastapi>=0.104; extra == "api"
Requires-Dist: uvicorn>=0.24; extra == "api"
Provides-Extra: solana
Requires-Dist: solana>=0.30; extra == "solana"
Requires-Dist: solders>=0.14; extra == "solana"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: ruff>=0.1; extra == "dev"
Dynamic: license-file

# bonanza labs pay 

💳 Stripe + Stablecoin payment framework

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

## Install

```bash
pip install bonanza-labs-pay
```

## Quick Start

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