.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish-to-pypi.yml
.github/workflows/tests.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
graphicle/__init__.py
graphicle/_base.py
graphicle/_version.py
graphicle/data.py
graphicle/matrix.py
graphicle/py.typed
graphicle/transform.py
graphicle.egg-info/PKG-INFO
graphicle.egg-info/SOURCES.txt
graphicle.egg-info/dependency_links.txt
graphicle.egg-info/requires.txt
graphicle.egg-info/top_level.txt
tests/test_data.py