Modules§
- wheel
- Wheel filename parser per PEP 427.
Functions§
- extract_
metadata_ from_ wheel - Extract METADATA content from inside a wheel (zip) for PEP 658 dependency resolution. Returns the raw bytes of the METADATA file if found.
- extract_
python_ metadata - Extract Python package metadata from a wheel filename. No need to open the file — all info is encoded in the name per PEP 427.
- extract_
record_ from_ wheel - Extract RECORD from inside a wheel for file listing.