.gitignore
.pre-commit-config.yaml
LICENSE
logo.png
pyproject.toml
readme.md
report.txt
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/conf.py
docs/index.md
docs/_static/.gitkeep
docs/_static/logo.png
docs/examples/example_01.ipynb
docs/examples/example_input.csv
docs/examples/example_target.csv
docs/examples/index.md
docs/userguide/concepts.md
docs/userguide/index.md
docs/userguide/usage.md
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
src/ISOSIMpy/model/solver.py
src/ISOSIMpy/model/units.py
tests/test_model.py