Metadata-Version: 2.4
Name: horsies
Version: 0.1.0a31
Summary: A Python library for distributed task execution
Author: Suleyman Ozkeskin
License-Expression: MIT
Project-URL: Homepage, https://github.com/suleymanozkeskin/horsies
Project-URL: Documentation, https://suleymanozkeskin.github.io/horsies/
Project-URL: Repository, https://github.com/suleymanozkeskin/horsies
Project-URL: Issues, https://github.com/suleymanozkeskin/horsies/issues
Keywords: task-queue,workflow-engine,dag,scheduling,distributed,postgres,async
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Classifier: Typing :: Typed
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: greenlet>=3.3.0
Requires-Dist: psutil>=7.2.1
Requires-Dist: psycopg>=3.3.2
Requires-Dist: psycopg-pool>=3.2.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: sqlalchemy>=2.0.46
Provides-Extra: pg-binary
Requires-Dist: psycopg-binary>=3.3.2; extra == "pg-binary"
Provides-Extra: pg-c
Requires-Dist: psycopg-c>=3.3.2; extra == "pg-c"
Dynamic: license-file

<p align="center">
  <img src="https://suleymanozkeskin.github.io/horsies/galloping-horsie.jpg" alt="Horsies Logo" width="200" style="border-radius: 20px" />
</p>

# Horsies

**PostgreSQL-backed background task queue and workflow engine for Python.**

[**Full Documentation**](https://suleymanozkeskin.github.io/horsies/) | [**PyPI**](https://pypi.org/project/horsies/) | [**GitHub**](https://github.com/suleymanozkeskin/horsies)

---

## Monitoring

Horsies includes **Syce**, a terminal-based UI for monitoring your cluster in real-time.

![Syce Dashboard](https://suleymanozkeskin.github.io/horsies/images/syce/dashboard.png)

[**Syce Setup & Usage**](https://suleymanozkeskin.github.io/horsies/monitoring/syce-overview/)

## Test Coverage

![Coverage](https://raw.githubusercontent.com/suleymanozkeskin/horsies/main/.github/badges/coverage.svg)
