Expand description
Python version management
This module provides functionality for managing Python installations:
- Platform detection for downloading the correct binaries
- Version parsing and matching
- Downloading and installing Python from python-build-standalone
- Project-level version pinning (.python-version)
- Global default version configuration
Structs§
- Available
Version - Information about an available Python version
- Installed
Python - Information about an installed Python version
- Platform
- Platform (OS + Architecture combination)
- Python
Manager - Python version manager
- Python
Version - A Python version with major, minor, and optional patch
Enums§
Functions§
- available_
versions - Get a list of known available Python versions from python-build-standalone
- find_
matching_ version - Find the latest version matching a specification
- get_
versions_ for_ minor - Get all versions for a specific major.minor