.coveragerc
.gitignore
LICENCE.txt
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
todo.tasks
.github/workflows/ci.yml
.github/workflows/publish.yml
algebra/__init__.py
algebra/_version.py
algebra/algebra.py
algebra/function.py
algebra/pretty.py
algebra/util.py
algebra.egg-info/PKG-INFO
algebra.egg-info/SOURCES.txt
algebra.egg-info/dependency_links.txt
algebra.egg-info/requires.txt
algebra.egg-info/top_level.txt
algebra/ops/__init__.py
algebra/ops/add.py
algebra/ops/diff.py
algebra/ops/mul.py
algebra/ops/reverse.py
algebra/ops/select.py
algebra/ops/shift.py
algebra/ops/stretch.py
algebra/ops/tensor.py
algebra/ops/transform.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
tests/__init__.py
tests/test_add.py
tests/test_algebra.py
tests/test_function.py
tests/test_mul.py
tests/test_pretty.py
tests/test_util.py
tests/util.py