LICENSE
README.md
pyproject.toml
src/rez_proxy/__init__.py
src/rez_proxy/cli.py
src/rez_proxy/config.py
src/rez_proxy/main.py
src/rez_proxy.egg-info/PKG-INFO
src/rez_proxy.egg-info/SOURCES.txt
src/rez_proxy.egg-info/dependency_links.txt
src/rez_proxy.egg-info/entry_points.txt
src/rez_proxy.egg-info/requires.txt
src/rez_proxy.egg-info/top_level.txt
src/rez_proxy/core/__init__.py
src/rez_proxy/core/context.py
src/rez_proxy/core/platform.py
src/rez_proxy/core/rez_config.py
src/rez_proxy/middleware/__init__.py
src/rez_proxy/middleware/context.py
src/rez_proxy/models/__init__.py
src/rez_proxy/models/schemas.py
src/rez_proxy/routers/__init__.py
src/rez_proxy/routers/build.py
src/rez_proxy/routers/environments.py
src/rez_proxy/routers/package_ops.py
src/rez_proxy/routers/packages.py
src/rez_proxy/routers/repositories.py
src/rez_proxy/routers/resolver.py
src/rez_proxy/routers/rez_config.py
src/rez_proxy/routers/shells.py
src/rez_proxy/routers/system.py
src/rez_proxy/routers/versions.py
src/rez_proxy/utils/__init__.py
src/rez_proxy/utils/rez_detector.py
tests/test_api.py
tests/test_cli.py
tests/test_config.py
tests/test_core_context.py
tests/test_core_platform.py
tests/test_core_rez_config.py
tests/test_integration_basic.py
tests/test_middleware_context.py
tests/test_rez_integration.py
tests/test_routers_build.py
tests/test_routers_package_ops.py
tests/test_routers_packages.py
tests/test_routers_repositories.py
tests/test_routers_resolver.py
tests/test_routers_rez_config.py
tests/test_routers_shells.py
tests/test_routers_system.py
tests/test_routers_versions.py
tests/test_utils_rez_detector.py