LICENCE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
pymwp/__init__.py
pymwp/__main__.py
pymwp/analysis.py
pymwp/constants.py
pymwp/delta_graphs.py
pymwp/file_io.py
pymwp/matrix.py
pymwp/monomial.py
pymwp/polynomial.py
pymwp/relation.py
pymwp/relation_list.py
pymwp/semiring.py
pymwp/version.py
pymwp.egg-info/PKG-INFO
pymwp.egg-info/SOURCES.txt
pymwp.egg-info/dependency_links.txt
pymwp.egg-info/entry_points.txt
pymwp.egg-info/requires.txt
pymwp.egg-info/top_level.txt
tests/__init__.py
tests/test_analysis.py
tests/test_compare.py
tests/test_delta_graph.py
tests/test_file_io.py
tests/test_matrix.py
tests/test_monomial.py
tests/test_polynomial.py
tests/test_relation.py
tests/test_relation_list.py
tests/mocks/ast_mocks.py