.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.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.md
docs/conf.py
docs/definition.rst
docs/genindex.rst
docs/index.md
docs/integer_linear_system.md
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/not-zip-safe
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