Skip to main content

Module lockfile

Module lockfile 

Source
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§

LockedPackage
A locked package with its exact version and metadata
Lockfile
The lockfile (rx.lock)
LockfileMetadata
Metadata about the lockfile resolution
PlatformFile
Platform-specific file information

Constants§

LOCKFILE_VERSION
Lockfile format version