.gitignore
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
renovate.json
requirements.txt
.github/dependabot.yml
.github/workflows/codeql.yml
.github/workflows/dependency-review.yml
.github/workflows/documentation.yml
.github/workflows/linter.yml
.github/workflows/pypi.yml
.github/workflows/scorecard.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/_static/map_reduce_sort.png
docs/_static/map_reduce_sort_recursive.png
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
pargraph/__init__.py
pargraph/about.py
pargraph.egg-info/PKG-INFO
pargraph.egg-info/SOURCES.txt
pargraph.egg-info/dependency_links.txt
pargraph.egg-info/requires.txt
pargraph.egg-info/top_level.txt
pargraph/engine/__init__.py
pargraph/engine/engine.py
pargraph/graph/__init__.py
pargraph/graph/annotation.py
pargraph/graph/decorators.py
pargraph/graph/objects.py
pargraph/utility/__init__.py
pargraph/utility/graphlib_graphblas.py
tests/__init__.py
tests/test_annotation.py
tests/test_engine.py
tests/test_graph_generation.py
tests/test_graphlib_graphblas.py