mirror of https://github.com/astral-sh/uv
Since Python 3.7, deterministic pycs are possible (see [PEP 552](https://peps.python.org/pep-0552/)) To select the bytecode invalidation mode explicitly by env var: PYC_INVALIDATION_MODE=UNCHECKED_HASH uv pip install --compile ... Valid values are TIMESTAMP (default), CHECKED_HASH, and UNCHECKED_HASH. The latter options are useful for reproducible builds. --------- Co-authored-by: konstin <konstin@mailbox.org> |
||
|---|---|---|
| .. | ||
| compile.rs | ||
| downloader.rs | ||
| editable.rs | ||
| installer.rs | ||
| lib.rs | ||
| pip_compileall.py | ||
| plan.rs | ||
| site_packages.rs | ||
| uninstall.rs | ||