.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/index.md
docs/license.md
docs/api/index.md
docs/javascripts/mathjax.js
eqxpress/__init__.py
eqxpress/algebra.py
eqxpress/base.py
eqxpress/primitives.py
eqxpress.egg-info/PKG-INFO
eqxpress.egg-info/SOURCES.txt
eqxpress.egg-info/dependency_links.txt
eqxpress.egg-info/requires.txt
eqxpress.egg-info/top_level.txt
eqxpress/utils/__init__.py
eqxpress/utils/tree.py
tests/__init__.py
tests/algebra_test.py
tests/base_test.py
tests/primitive_test.py