Control flow framework for running of state graphs
Project description
cflw
A library for synchronously running nodes in a state graph.
Advantages: (envisaged)
- lean implementation
- customization towards production possible
- multi-developer scenario kept in mind
Code sketch:
graph = Graph()
graph.add_node(AllNodes.node1)
graph.add_node(AllNodes.node2)
graph.add_edge(AllNodes.node1, AllNodes.node2, entry_point=AllNodes.node1)
state = CfState()
ctx = CfCtx()
rr = GraphRunner().run(graph, state, ctx)
This is a stub.
Copyright, Disclaimer and License
See the LICENSE file contained in the package.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
cflw-0.12.1-py3-none-any.whl
(15.6 kB
view details)
File details
Details for the file cflw-0.12.1-py3-none-any.whl.
File metadata
- Download URL: cflw-0.12.1-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9410a9d9fc1edbe759fedec6ec2f1a1866171d9c5650481fb04fd37d74d33edf
|
|
| MD5 |
80c196707cce92b0eed239783bc5e78a
|
|
| BLAKE2b-256 |
2686ecfc612e679e6d242058729b76b38a2d08124d287a178e1f776c3dceb01f
|