Metadata-Version: 2.1
Name: coflux
Version: 0.2.2
Summary: 
Author: Joe Freeman
Author-email: joe@joef.uk
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: httpx (>=0.26.0,<0.27.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: watchfiles (>=0.21.0,<0.22.0)
Requires-Dist: websockets (>=12.0,<13.0)
Description-Content-Type: text/markdown

# Coflux → Clients → Python

Coflux is an open-source workflow engine. Use it to orchestrate and observe computational workflows, defined in plain Python. Suitable for data pipelines, background tasks, chat bots.

This is the Python client, which is used for defining workflows. It also includes the CLI, which can be used for running agents, configuring new projects, and starting runs.

Refer to the [docs](https://docs.coflux.com) for more details.

