Metadata-Version: 2.4
Name: horsies
Version: 0.1.0a4
Summary: A Python library for distributed task execution
Author: Suleyman Ozkeskin
License-Expression: MIT
Project-URL: Homepage, https://github.com/suleymanozkeskin/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
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

# Horsies

A PostgreSQL-backed distributed task queue and workflow engine for Python.

Documentation: [horsies docs](https://suleymanozkeskin.github.io/horsies/)

## Syce

Monitoring TUI for horsies. Documentation: [syce overview](https://suleymanozkeskin.github.io/horsies/monitoring/syce-overview/)
