Metadata-Version: 2.1
Name: graphtask
Version: 0.0.1
Summary: Build implicit task graphs from functions and process them in parallel.
Home-page: https://github.com/davnn/graphtask
License: MIT
Author: David Muhr
Author-email: muhrdavid+github@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Provides-Extra: visualize
Requires-Dist: joblib (>=1.1.1,<2.0.0)
Requires-Dist: networkx (>=2.8.7,<3.0.0)
Requires-Dist: pygraphviz (==1.10); extra == "visualize"
Requires-Dist: stackeddag (>=0.3.3,<0.4.0)
Project-URL: Repository, https://github.com/davnn/graphtask
Description-Content-Type: text/markdown

# graphtask

[![Check Status](https://github.com/davnn/graphtask/workflows/check/badge.svg?branch=main&event=push)](https://github.com/davnn/graphtask/actions?query=workflow%3Acheck)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/davnn/graphtask/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/davnn/graphtask/blob/main/.pre-commit-config.yaml)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/davnn/graphtask/releases)
![Coverage Report](assets/images/coverage.svg)

The project roughly follows the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html).

