UV Dependency Resolver Helper Server
This helper server uses uv to resolve dependencies specified in a pyproject.toml file.
It creates a temporary virtual environment and runs the resolution based on the provided
strategy and whether to build universal wheels.
This requires the toml file to be uploaded and only works if the
dependencies are specified in the pyproject.toml as in the PEP 621 specification.
Resolution Strategy
Whether to build universal wheels during resolution.
Examples
| pyproject.toml File | Resolution Strategy | Python Platform | Python Version | Build Universal Wheels |
|---|
PyPI Index Lookup
Get metadata about the PyPI package from the PyPI Index provided the package name.
Examples
PyPI Index Lookup with Version
Get metadata about the PyPI package from the PyPI Index provided the package name and version.
Examples
| Package name | Package version |
|---|
PyPI Index Lookup to list Github Repository URL and PyPI Releases
Get Github repository and all releases of the PyPI package from the PyPI Index given the package name.
Examples