Metadata-Version: 2.4
Name: marzban-client
Version: 0.1.1
Summary: Async wrapper for Marzban panel API
Author-email: Kirill <kirisa49@gmail.com>
Project-URL: HomePage, https://github.com/kirillysz/marzban-client
Project-URL: Documentation, https://github.com/kirillysz/marzban-client/blob/main/DOCS.md
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.12.15
Requires-Dist: pydantic>=2.0

# marzban-client

Async Python wrapper for Marzban panel API.

## Features
- Manage users, hosts, inbounds, and subscriptions.
- Async API using `aiohttp`.
- Typed models with `pydantic`.

## Installation
```bash
pip install marzban-client
```
## Documentation
[DOCS](DOCS.md)
