Helper for dataflow based programming
Project description
grapes
A simple library for dataflow programming in python.
It is inspired by pythonflow
but with substantial modifications.
Dependencies
The core grapes
module depends on networkx
, which can be found on PyPI and is included in the Anaconda distribution.
For TOML support, tomli
is needed before python 3.11 (in python 3.11, tomllib
is part of the standard).
To visualize graphs, matplotlib
and pygraphviz
(a wrapper for Graphviz
) are also needed.
On Windows, pygraphviz
requires the Visual Studio C/C++ build tools to be installed (including MSVC tools), alongside Graphviz
2.46 or higher, which should be in PATH
.
This is explained in detail in the official guide of pygraphviz
.
Finally, pytest
is needed to run the tests.
Installation
grapes
is available on PyPI.
Install it from there with
pip install grapes
Otherwise you can install from source.
Move to the root directory of the grapes source code (the one where setup.py
is located) and run
pip install -e .
The -e
flag creates an editable installation.
Note that the dependencies related to graph visualization are not installed automatically and should be installed manually as explained in the Dependencies section.
Roadmap
Future plans include:
- Better explanation of what
grapes
is. - Usage examples.
- Better comments and documentation.
Authorship and License
The bulk of grapes
development was done by Giulio Foletto in his spare time.
See LICENSE.txt
and NOTICE.txt
for details on how grapes
is distributed.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file grapes-0.8.0.tar.gz
.
File metadata
- Download URL: grapes-0.8.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 086b146e59644adbe9c2c90b080aff12531d44653d58260f666816b271fe0f5f |
|
MD5 | 9f086dea2ae37ef9364cc55286b09593 |
|
BLAKE2b-256 | a9acd4888714e04ebae395577f1efa9e8d9bf50a0bd7a1beefa8c00c07ba1cdc |
File details
Details for the file grapes-0.8.0-py2.py3-none-any.whl
.
File metadata
- Download URL: grapes-0.8.0-py2.py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58780d6967636be92f0aa8b4327d8a8a677ce2c7c3ee77b3ba509a4c721c241c |
|
MD5 | 07498159b0e28ceb037353f1d94f9baf |
|
BLAKE2b-256 | 0fbb9c4143b27387204ed49c3602ea0089b80fff83b10731212837fa52e0e60b |