Expand description
Lockfile format for Pro (rx.lock)
The lockfile captures the exact resolved versions of all dependencies, including transitive dependencies, with download URLs and hashes.
Features:
- Platform markers for OS/Python-specific dependencies
- Dependency graph tracking (which package depends on which)
- Multiple file variants per platform
Structs§
- Locked
Package - A locked package with its exact version and metadata
- Lockfile
- The lockfile (rx.lock)
- Lockfile
Metadata - Metadata about the lockfile resolution
- Platform
File - Platform-specific file information
Constants§
- LOCKFILE_
VERSION - Lockfile format version