You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: Fix parsing of "true" data-core-metadata attributes and handling of the attribute's absence (contributed by @thatch)
DistributionPackage.has_metadata will now be None if this attribute was absent in the HTML returned by PyPI. Previously, it would be False under this circumstance.
Added PyPISimple.get_package_metadata_bytes() (contributed by @thatch)
PyPISimple.get_package_metadata() now always decodes responses as UTF-8 (contributed by @thatch)
Request methods now take optional headers arguments (contributed by @thatch)