Skip to main content

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

grapes-0.7.1.tar.gz (41.6 kB view details)

Uploaded Source

Built Distribution

grapes-0.7.1-py3-none-any.whl (19.7 kB view details)

Uploaded Python 3

File details

Details for the file grapes-0.7.1.tar.gz.

File metadata

  • Download URL: grapes-0.7.1.tar.gz
  • Upload date:
  • Size: 41.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.11

File hashes

Hashes for grapes-0.7.1.tar.gz
Algorithm Hash digest
SHA256 79a6af3941c948fa36b2a471cd4a767df5531c30e2018990952b45c305b42646
MD5 2e7ea8ebddfac132a8fb46f029d41bef
BLAKE2b-256 a11282026c2f452d7d1e3e8fbabd80c60ed13ccc285664652fa71078c2e47c13

See more details on using hashes here.

File details

Details for the file grapes-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: grapes-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 19.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.11

File hashes

Hashes for grapes-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b33e8280dedbd5d96bc43e4a5fd9d2a57832d661ad5cfedbf4e81625ff1d776f
MD5 0b41e501ed4ba556db81d400d128f2fc
BLAKE2b-256 4e5575af1ec948d05376f31797d510f08e4cf5ec2c32956ca22ce02e76737099

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page