Caution
This API is not finalised, and may change in a patch version.
installer.utils
¶
Utilities related to handling / interacting with wheel files.
-
installer.utils.
parse_metadata_file
(contents)¶ Parse PEP 376
PKG-INFO
-style metadata files.METADATA
andWHEEL
files (as per PEP 427) use the same syntax and can also be parsed using this function.- Parameters
contents (Text) – The entire contents of the file.
- Return type
Message