.gitignore
.pre-commit-config.yaml
LICENSE
logo.png
mkdocs.yml
pyproject.toml
readme.md
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/conf.py
docs/dev.md
docs/index.md
docs/usage.md
docs/_static/.gitkeep
src/ISOSIMpy/__init__.py
src/ISOSIMpy/__main__.py
src/ISOSIMpy/app.py
src/ISOSIMpy.egg-info/PKG-INFO
src/ISOSIMpy.egg-info/SOURCES.txt
src/ISOSIMpy.egg-info/dependency_links.txt
src/ISOSIMpy.egg-info/entry_points.txt
src/ISOSIMpy.egg-info/requires.txt
src/ISOSIMpy.egg-info/top_level.txt
src/ISOSIMpy/model/__init__.py
src/ISOSIMpy/model/model.py
tests/test_model.py