Skip to content
New issue

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

Implement foundational validation logic #105

Closed
pradyunsg opened this issue Feb 16, 2022 · 1 comment
Closed

Implement foundational validation logic #105

pradyunsg opened this issue Feb 16, 2022 · 1 comment
Labels
type: task Something that needs to be done that is not a bug or feature

Comments

@pradyunsg
Copy link
Member

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.

@pradyunsg
Copy link
Member Author

pradyunsg commented Dec 13, 2022

Closing this since #147 did the basics and #156 covers the rest needed around this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task Something that needs to be done that is not a bug or feature
Projects
None yet
Development

No branches or pull requests

1 participant