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
The exceptions raised by parse_wheel_filename() should form a class hierarchy with InvalidFilenameError at the top and with child classes for the following conditions:
Filename does not end in ".whl"
Filename does not have the right number of hyphen-separated components
Project name is invalid
Version contains invalid characters
Build tag is invalid
Python/ABI/platform tag contains invalid characters
If multiple error conditions apply to a single filename, which error is raised is unspecified.
The text was updated successfully, but these errors were encountered:
The exceptions raised by
parse_wheel_filename()
should form a class hierarchy withInvalidFilenameError
at the top and with child classes for the following conditions:If multiple error conditions apply to a single filename, which error is raised is unspecified.
The text was updated successfully, but these errors were encountered: