Metadata-Version: 2.1
Name: bunny-sdk
Version: 0.0.6
Summary: Python SDK for bunny.net 🐰
License: AGPL-3.0-only
Author: John L. Armstrong IV
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: microsoft-kiota-abstractions (>=1.3.3,<2.0.0)
Requires-Dist: microsoft-kiota-http (>=1.3.1,<2.0.0)
Requires-Dist: microsoft-kiota-serialization-form (>=0.1.0,<0.2.0)
Requires-Dist: microsoft-kiota-serialization-json (>=1.2.0,<2.0.0)
Requires-Dist: microsoft-kiota-serialization-multipart (>=0.1.0,<0.2.0)
Requires-Dist: microsoft-kiota-serialization-text (>=1.0.0,<2.0.0)
Requires-Dist: urllib3 (>=2.2.1,<3.0.0)
Description-Content-Type: text/markdown

# bunny-sdk

[![PyPI - Version](https://img.shields.io/pypi/v/bunny-sdk?color=blue)](https://pypi.org/project/bunny-sdk/)

<!-- poetry folder name uses underscores https://github.com/python-poetry/poetry/issues/8942#issuecomment-1925761531 -->
<!-- poetry pypi authentication https://www.digitalocean.com/community/tutorials/how-to-publish-python-packages-to-pypi-using-poetry-on-ubuntu-22-04 -->

## Installation

```shell
pip install bunny-sdk
```

## Documentation

Please read the [docs](https://bunny-launcher.com/bunny-sdk/languages/python/) for usage and examples.

