Metadata-Version: 2.4
Name: otobo_znuny
Version: 1.2.5
Summary: Python client library for the OTOBO / Znuny REST API
Author-email: Tobias Bück <tab@softoft.de>
License: MIT
Project-URL: homepage, https://otobo-docs.softoft.de/administration/automation/rest-api
Project-URL: documentation, https://otobo-docs.softoft.de/administration/automation/rest-api
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
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.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.26
Requires-Dist: pydantic>=2
Requires-Dist: python-dotenv>=1
Requires-Dist: pyyaml>=5
Requires-Dist: requests>=2
Requires-Dist: typer>=0.14
Requires-Dist: types-pyyaml>=5
Requires-Dist: types-requests>=2

# Python OTOBO Client Library

An asynchronous Python client for interacting with the OTOBO / Znuny REST API. Built with `httpx` and `pydantic` for type safety
and ease of use.

## Documentation

- [Getting started (English)](docs/getting-started.en.md)
- [Einstieg (Deutsch)](docs/getting-started.de.md)

## Features

* **Asynchronous** HTTP requests using `httpx.AsyncClient`
* **Pydantic** models for request and response data validation
* Full CRUD operations for tickets:

    * `TicketCreate`
    * `TicketSearch`
    * `TicketGet`
    * `TicketUpdate`
* **Error handling** via `OTOBOError` for API errors
* Utility method `search_and_get` to combine search results with detailed retrieval

## Installation

Install from PyPI:

```bash
pip install otobo_znuny
```

## License

MIT © Softoft, Tobias A. Bueck
