Metadata-Version: 2.1
Name: marzban
Version: 0.2.9
Summary: Асинхронная библиотека Python для взаимодействия с MarzbanAPI
Home-page: https://github.com/sm1ky/marzban_api
Author: Artem
Author-email: contant@sm1ky.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.23.0
Requires-Dist: pydantic>=1.10.0


# MarzbanAPI Client

**MarzbanAPI Client** is an asynchronous Python library designed for interacting with [Marzban](https://github.com/Gozargah/Marzban). It provides comprehensive methods for managing administrators, users, nodes, and system statistics.

## Installation

To install the latest version of the library, use:

```bash
pip install marzban
```

## Project Links
- **PyPI**: [marzban](https://pypi.org/project/marzban/)
- **GitHub Repository**: [marzban_api](https://github.com/sm1ky/marzban_api)

## Detailed Documentation

For detailed documentation and usage examples, select your preferred language below:

- [English](https://github.com/sm1ky/marzban_api/blob/production/.readme/README_en.md)
- [Русский (Russian)](https://github.com/sm1ky/marzban_api/blob/production/.readme/README_ru.md)

## Contributing

We welcome contributions! If you encounter any issues or have suggestions for improvements, please feel free to [open an issue](https://github.com/sm1ky/marzban_api/issues) or submit a Pull Request (PR).

## Support

If you have any questions or need assistance, you can contact the author via:
- **Email**: [contant@sm1ky.com](mailto:contant@sm1ky.com)
- **Telegram**: [@sm1ky](https://t.me/sm1ky)

## License

This project is licensed under the MIT License. For more details, refer to the [LICENSE file](https://github.com/sm1ky/marzban_api/blob/production/LICENSE).
