.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
__init__.py
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
.github/workflows/test_and_deploy.yml
OccuPy.egg-info/PKG-INFO
OccuPy.egg-info/SOURCES.txt
OccuPy.egg-info/dependency_links.txt
OccuPy.egg-info/entry_points.txt
OccuPy.egg-info/not-zip-safe
OccuPy.egg-info/requires.txt
OccuPy.egg-info/top_level.txt
docs/index.md
docs/install.md
docs/troubleshooting.md
docs/zcite.md
docs/Tutorials/gui.md
docs/Tutorials/simple.md
docs/Tutorials/I want to/est_occ.md
docs/Tutorials/I want to/est_res.md
docs/Tutorials/I want to/soldef.md
docs/Tutorials/I want to/sub_mask.md
docs/Tutorials/I want to/supp_solv.md
occupy_lib/__init__.py
occupy_lib/_version.py
occupy_lib/args.py
occupy_lib/estimate.py
occupy_lib/extras.py
occupy_lib/map_tools.py
occupy_lib/occupancy.py
occupy_lib/occupy.py
occupy_lib/occupy_gui.py
occupy_lib/percentile_maxima.py
occupy_lib/solvent.py
occupy_lib/vis.py
resources/chimX.png
resources/help.txt
resources/occupy_icon.png
resources/occupy_icon_small.png
tests/conftest.py
tests/test_something.py