.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/deploy.yml
.github/workflows/testing.yml
docs/README.md
docs/api.core.rst
docs/api.integer_system.rst
docs/api.lattice.rst
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/definition.rst
docs/genindex.rst
docs/index.rst
docs/_static/.gitkeep
examples/basic.py
examples/integer_linear_system.py
hsnf/Z_module.py
hsnf/__init__.py
hsnf/integer_system.py
hsnf/lattice.py
hsnf/py.typed
hsnf/utils.py
hsnf.egg-info/PKG-INFO
hsnf.egg-info/SOURCES.txt
hsnf.egg-info/dependency_links.txt
hsnf.egg-info/requires.txt
hsnf.egg-info/top_level.txt
tests/__init__.py
tests/test_integer_linear_system.py
tests/test_lattice.py
tests/test_normal_form.py
tests/test_utils.py