.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
uv.lock
examples/application/cowsay_app.py
examples/inline/cowsay_ex.py
examples/inline/empty_311_env.py
examples/inline/empty_312_env.py
examples/inline/pep_723_example.py
examples/inline/print_environment_variables.py
src/ducktools/env/__init__.py
src/ducktools/env/__main__.py
src/ducktools/env/_lazy_imports.py
src/ducktools/env/_logger.py
src/ducktools/env/_run.py
src/ducktools/env/_sqlclasses.py
src/ducktools/env/_version.py
src/ducktools/env/bundle.py
src/ducktools/env/bundled_data.py
src/ducktools/env/catalogue.py
src/ducktools/env/config.py
src/ducktools/env/environment_specs.py
src/ducktools/env/exceptions.py
src/ducktools/env/manager.py
src/ducktools/env/platform_paths.py
src/ducktools/env/register.py
src/ducktools/env/bootstrapping/bootstrap.py
src/ducktools/env/bootstrapping/bundle_main.py
src/ducktools/env/bootstrapping/version_check.py
src/ducktools/env/bootstrapping/zipapp_main.py
src/ducktools/env/bootstrapping/zipapp_main_dtrun.py
src/ducktools/env/scripts/__init__.py
src/ducktools/env/scripts/create_zipapp.py
src/ducktools/env/scripts/get_pip.py
src/ducktools/env/scripts/get_uv.py
src/ducktools_env.egg-info/PKG-INFO
src/ducktools_env.egg-info/SOURCES.txt
src/ducktools_env.egg-info/dependency_links.txt
src/ducktools_env.egg-info/entry_points.txt
src/ducktools_env.egg-info/requires.txt
src/ducktools_env.egg-info/top_level.txt
tests/conftest.py
tests/test_bundled_data.py
tests/test_catalogue.py
tests/test_config.py
tests/test_environmentspec.py
tests/test_fixtures_active.py
tests/test_get_pip.py
tests/test_get_uv.py
tests/test_logger.py
tests/test_manager.py
tests/test_no_import_cycle.py
tests/test_platform_paths.py
tests/test_register.py
tests/test_sql_classes.py
tests/data/pip-24.1.pyz
tests/data/pip-24.2.pyz
tests/data/uv_python_versions_list.txt
tests/example_scripts/cowsay_app.py
tests/example_scripts/cowsay_app.py.dtenv.lock
tests/example_scripts/cowsay_ex.py
tests/example_scripts/cowsay_ex.py.dtenv.lock
tests/example_scripts/cowsay_ex_nolock.py
tests/example_scripts/invalid_app.py
tests/example_scripts/pep_723_example.py
tests/example_scripts/pep_723_example_subset.py
tests/example_scripts/print_environment_variables.py
tests/example_scripts/spec_error.py
tests/test_integration/test_build_retrieve.py