Skip to main content

Crate znippy_plugin_python

Crate znippy_plugin_python 

Source

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.