LICENSE
README.md
pyproject.toml
setup.py
shipstab/__init__.py
shipstab/vessel.py
shipstab.egg-info/PKG-INFO
shipstab.egg-info/SOURCES.txt
shipstab.egg-info/dependency_links.txt
shipstab.egg-info/requires.txt
shipstab.egg-info/top_level.txt
shipstab/core/__init__.py
shipstab/core/curves.py
shipstab/core/hull.py
shipstab/core/hydrostatics.py
shipstab/loading/__init__.py
shipstab/loading/cargo.py
shipstab/loading/loadcase.py
shipstab/loading/tank.py
shipstab/reports/__init__.py
shipstab/reports/report.py
shipstab/stability/__init__.py
shipstab/stability/criteria.py
shipstab/stability/damage.py
shipstab/stability/dynamic.py
shipstab/stability/intact.py
shipstab/trim/__init__.py
shipstab/trim/trim.py
tests/test_core.py
tests/test_loading_trim.py
tests/test_stability.py