Metadata-Version: 2.4
Name: ticketsync
Version: 0.1.1
Summary: TicketSync — bidirectional ticket synchronization across ITSM systems
Project-URL: Homepage, https://github.com/Libre-Ticket-Suite/TicketSync
Project-URL: Repository, https://github.com/Libre-Ticket-Suite/TicketSync
Author-email: Leonardo Santiago Benitez Pereira <lsbenitezpereira@gmail.com>
License: Apache-2.0
Keywords: automation,itsm,jira,servicenow,sync,tickets
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

# TicketSync

**Bidirectional ticket synchronization across ITSM and issue-tracking systems.**

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). Real synchronization logic is coming in future versions.

## Install

```bash
pip install ticketsync
```

## Quick start

```python
from ticketsync import hello_ticket
print(hello_ticket())  # "hello ticket from TicketSync"
```

## License

Apache 2.0
