ducktools-pythonfinder 0.6.0__tar.gz → 0.6.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ducktools_pythonfinder-0.6.0/src/ducktools_pythonfinder.egg-info → ducktools_pythonfinder-0.6.1}/PKG-INFO +1 -1
- ducktools_pythonfinder-0.6.1/src/ducktools/pythonfinder/_version.py +2 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/shared.py +8 -7
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1/src/ducktools_pythonfinder.egg-info}/PKG-INFO +1 -1
- ducktools_pythonfinder-0.6.0/src/ducktools/pythonfinder/_version.py +0 -2
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/.gitignore +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/LICENSE +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/MANIFEST.in +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/README.md +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/pyproject.toml +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/scripts/build_zipapp.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/scripts/detail_this_python.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/scripts/print_python_versions.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/setup.cfg +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/__init__.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/__main__.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/darwin/__init__.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/details_script.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/linux/__init__.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/linux/pyenv_search.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/pythonorg_search.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/win32/__init__.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/win32/pyenv_search.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/win32/registry_search.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools_pythonfinder.egg-info/SOURCES.txt +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools_pythonfinder.egg-info/dependency_links.txt +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools_pythonfinder.egg-info/entry_points.txt +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools_pythonfinder.egg-info/requires.txt +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools_pythonfinder.egg-info/top_level.txt +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/conftest.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/sources/python_versions.txt +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/sources/release.json +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/sources/release_file.json +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/test_details_script.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/test_foldersearch.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/test_orgsearch.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/test_pyenv.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/test_shared.py +0 -0
- {ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/test_uv_finder.py +0 -0
{ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/shared.py
RENAMED
|
@@ -337,10 +337,11 @@ def get_uv_pythons(query_executables=True) -> Iterator[PythonInstall]:
|
|
|
337
337
|
# This takes some shortcuts over the regular pythonfinder
|
|
338
338
|
# As the UV folders give the python version and the implementation
|
|
339
339
|
if uv_python_path := get_uv_python_path():
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
340
|
+
if os.path.exists(uv_python_path):
|
|
341
|
+
with os.scandir(uv_python_path) as fld:
|
|
342
|
+
for f in fld:
|
|
343
|
+
if (
|
|
344
|
+
f.is_dir()
|
|
345
|
+
and (install := _implementation_from_uv_dir(f, query_executables))
|
|
346
|
+
):
|
|
347
|
+
yield install
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/scripts/print_python_versions.py
RENAMED
|
File without changes
|
|
File without changes
|
{ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/__init__.py
RENAMED
|
File without changes
|
{ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/src/ducktools/pythonfinder/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/sources/python_versions.txt
RENAMED
|
File without changes
|
|
File without changes
|
{ducktools_pythonfinder-0.6.0 → ducktools_pythonfinder-0.6.1}/tests/sources/release_file.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|