Metadata-Version: 2.3
Name: coflux
Version: 0.8.0
Summary: 
Author: Bitroot
Author-email: hello@bitroot.com
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
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: aws
Provides-Extra: pandas
Requires-Dist: boto3 (>=1.38.32,<2.0.0) ; extra == "aws"
Requires-Dist: click (>=8.2.1,<9.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: pandas (>=2.3.0,<3.0.0) ; extra == "pandas"
Requires-Dist: pyarrow (>=20.0.0,<21.0.0) ; extra == "pandas"
Requires-Dist: pydantic (>=2.11.5,<3.0.0)
Requires-Dist: tomlkit (>=0.13.3,<0.14.0)
Requires-Dist: watchfiles (>=1.0.5,<2.0.0)
Requires-Dist: websockets (>=15.0.1,<16.0.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 workers, configuring new projects, and starting runs.

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

