Metadata-Version: 2.4
Name: znuny
Version: 5.0.0
Summary: Python client library for the Znuny REST API
Author-email: Tobias Bück <tab@softoft.de>
License: MIT
Project-URL: Homepage, https://github.com/Softoft-Orga/otobo-znuny-python-client
Project-URL: Documentation, https://github.com/Softoft-Orga/otobo-znuny-python-client/blob/master/docs/getting-started-znuny.md
Project-URL: Repository, https://github.com/Softoft-Orga/otobo-znuny-python-client
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: AsyncIO
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: httpx<0.29,>=0.27
Requires-Dist: pydantic<3,>=2.11.3
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests<3,>=2.28
Requires-Dist: typer<0.20,>=0.13.1
Requires-Dist: zxcvbn>=4.5.0

# Znuny Python SDK

Async Python client for the Znuny GenericInterface REST API.

```bash
pip install znuny
```

```python
from znuny import ZnunyClient, BasicAuth, ClientConfig, TicketCreate, TicketOperation
```

Documentation: https://github.com/Softoft-Orga/otobo-znuny-python-client
