Metadata-Version: 2.1
Name: chainstate
Version: 0.1.3
Summary: A simple state chain library for Python
Author: Magnus Friberg
Author-email: magnus.uno.friberg@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# chainstate

A simple python library for dealing with state changes in a chain of events.

Common use cases include:
- Data orchestration and transformation.
- Data pipelines.
- Agentic systems.
- State machines.
