.gitignore
LICENCE.md
MANIFEST.in
README.md
logo.txt
pyproject.toml
uv.lock
.github/scripts/version_check.sh
.github/workflows/pipeline.yml
NMSpy.egg-info/PKG-INFO
NMSpy.egg-info/SOURCES.txt
NMSpy.egg-info/dependency_links.txt
NMSpy.egg-info/entry_points.txt
NMSpy.egg-info/requires.txt
NMSpy.egg-info/top_level.txt
docs/change_log.md
docs/index.md
docs/setup.md
docs/writing_libraries.md
docs/writing_mods.md
docs/api/mod_loader.md
docs/examples/basic_mod.md
docs/modding/getting_started.md
docs/modding/quick_reference.md
example_mods/gravityManipulator.py
nmspy/__init__.py
nmspy/caching.py
nmspy/common.py
nmspy/decorators.py
nmspy/pymhf.toml
nmspy/_internal_mods/singletons.py
nmspy/data/basic_types.py
nmspy/data/enums.py
nmspy/data/exported_types.py
nmspy/data/nanovg.py
nmspy/data/types.py
tools/data.json
tools/extract_data.py
tools/update_from_data.py