.coveragerc
.env.example
.githooks.ini
.gitignore
.python-version
.releaserc.js
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
_config.yml
conftest.py
py.typed
pyproject.toml
release.py
requirements.txt
setup.py
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/dependabot.yml
.github/workflows/pythonapp.yml
assets/images/Logo.xd
assets/images/logo.png
assets/images/logo.svg
requirements/dev.txt
requirements/prod.txt
requirements/test.txt
src/nvshim/__init__.py
src/nvshim.egg-info/PKG-INFO
src/nvshim.egg-info/SOURCES.txt
src/nvshim.egg-info/dependency_links.txt
src/nvshim.egg-info/entry_points.txt
src/nvshim.egg-info/requires.txt
src/nvshim.egg-info/top_level.txt
src/nvshim/core/__init__.py
src/nvshim/core/__main__.py
src/nvshim/core/shim.py
src/nvshim/core/shim_nvm.py
src/nvshim/core/tests/__init__.py
src/nvshim/core/tests/test_main.py
src/nvshim/core/tests/test_shim.py
src/nvshim/core/tests/test_shim_nvm.py
src/nvshim/core/tests/__snapshots__/test_main.ambr
src/nvshim/utils/__init__.py
src/nvshim/utils/constants.py
src/nvshim/utils/environment.py
src/nvshim/utils/message.py
src/nvshim/utils/process.py
src/nvshim/utils/tests/test_process.py
src/nvshim/utils/tests/__snapshots__/test_process.ambr
stubs/__init__.py