.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
setup.cfg
.github/workflows/pypi-cli.yml
.github/workflows/pypi.yml
.github/workflows/python-package.yml
cli/LICENSE
cli/README.md
cli/setup.cfg
cli/setup.py
src/rezup/__init__.py
src/rezup/__main__.py
src/rezup/_version.py
src/rezup/cli.py
src/rezup/container.py
src/rezup/exceptions.py
src/rezup/recipe.py
src/rezup/rezup.toml
src/rezup/util.py
src/rezup/_vendor/__init__.py
src/rezup/_vendor/version.py
src/rezup/_vendor/toml/__init__.py
src/rezup/_vendor/toml/common.py
src/rezup/_vendor/toml/decoder.py
src/rezup/_vendor/toml/encoder.py
src/rezup/_vendor/toml/ordered.py
src/rezup/_vendor/toml/tz.py
src/rezup/launch/README.md
src/rezup/launch/__init__.py
src/rezup/launch/shell.py
src/rezup/launch/up.bat
src/rezup/launch/up.csh
src/rezup/launch/up.ps1
src/rezup/launch/up.sh
src/rezup_api.egg-info/PKG-INFO
src/rezup_api.egg-info/SOURCES.txt
src/rezup_api.egg-info/dependency_links.txt
src/rezup_api.egg-info/not-zip-safe
src/rezup_api.egg-info/requires.txt
src/rezup_api.egg-info/top_level.txt
tests/__init__.py
tests/test_container.py
tests/util.py
tests/mock/rez/setup.cfg
tests/mock/rez/setup.py
tests/mock/rez/rez/__init__.py
tests/mock/rez/rez/utils/__init__.py
tests/mock/rez/rez/utils/_version.py