.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements-dev.txt
setup.cfg
tox.ini
.github/workflows/publish.yml
.github/workflows/test.yml
docs/Makefile
docs/conf.py
docs/everest.rst
docs/index.rst
docs/make.bat
docs/mods.rst
docs/_templates/project_links.html
mons/__init__.py
mons/__main__.py
mons/baseUtils.py
mons/clickExt.py
mons/config.py
mons/downloading.py
mons/errors.py
mons/formatting.py
mons/fs.py
mons/install.py
mons/modmeta.py
mons/mons.py
mons/utils.py
mons/version.py
mons.egg-info/PKG-INFO
mons.egg-info/SOURCES.txt
mons.egg-info/dependency_links.txt
mons.egg-info/entry_points.txt
mons.egg-info/requires.txt
mons.egg-info/top_level.txt
mons/commands/__init__.py
mons/commands/main.py
mons/commands/mods.py
tests/conftest.py
tests/test_formatting.py
tests/test_version.py
tests/integration/conftest.py
tests/integration/test_clickExt.py
tests/integration/test_commands.py
tests/integration/test_help.py
tests/integration/application/conftest.py
tests/integration/application/test_install.py
tests/integration/application/test_setup.py