We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This would be something like:
installer.validators.validate_all_files_match_record(source: WheelSource) -> None installer.validators.validate_record(source: WheelSource) -> None
These raise installer.validators.ValidationError if the source is not a valid wheel.
installer.validators.ValidationError
The text was updated successfully, but these errors were encountered:
RECORD
validate_record
Closing this since #147 did the basics and #156 covers the rest needed around this.
Sorry, something went wrong.
No branches or pull requests
This would be something like:
These raise
installer.validators.ValidationError
if the source is not a valid wheel.The text was updated successfully, but these errors were encountered: