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)
state = CfState()
ctx = CfCtx()
rr = GraphRunner().run(graph, state, ctx, entry_point=AllNodes.node1)
Copyright, Disclaimer and License
See the LICENSE file contained in the package for the full text.
Excerpt:
Permission is hereby granted to use, copy, modify, and distribute this software, or portions hereof, for any purpose, without fee, subject to the following restrictions:
-
The origin of this software must not be misrepresented; you must not claim or give the appearance that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated, but is not required.
-
Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
-
This Copyright notice, the disclaimer and these restrictions may not be removed or altered from any source or altered source distribution. Amendments are to be gathered in an additional file CONTRIBUTORS which in turn becomes part of any such source distribution.
Contact
(username) sigproc . de
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
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
File details
Details for the file cflw-0.11.1-py3-none-any.whl.
File metadata
- Download URL: cflw-0.11.1-py3-none-any.whl
- Upload date:
- Size: 11.3 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 |
31d2f6d652c1d16092a07a7de3ebe3f30adcdb70e0b03812a55d026c402148ca
|
|
| MD5 |
4f06db24bd4e4250062f86b06bb37406
|
|
| BLAKE2b-256 |
81c1ce52a70d8d2fb4cd9db114dadf8489509a1a2116baf183c91176f4fd07b9
|