Metadata-Version: 2.4
Name: tickettriage
Version: 0.1.2
Summary: TicketTriage — classify and prioritize incoming tickets automatically
Project-URL: Homepage, https://github.com/Libre-Ticket-Suite/TicketTriage
Project-URL: Repository, https://github.com/Libre-Ticket-Suite/TicketTriage
Author-email: Leonardo Santiago Benitez Pereira <lsbenitezpereira@gmail.com>
License: Apache-2.0
Keywords: automation,classification,itsm,ml,tickets,triage
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

# TicketTriage

**Automatic classification and prioritization of incoming tickets.**

Part of the [Libre Ticket Suite](https://github.com/Libre-Ticket-Suite) — a loosely coupled set of open-source Python libraries for automating ticket, alert, and issue handling.

> This is an early scaffold release (v0.1.0). Classification logic is coming in future versions.

## Install

```bash
pip install tickettriage
```

## Quick start

```python
from tickettriage import hello_ticket
print(hello_ticket())  # "hello ticket from TicketTriage"
```

## License

Apache 2.0
