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

Add strictness options #11

Open
jwodder opened this issue Nov 5, 2023 · 0 comments
Open

Add strictness options #11

jwodder opened this issue Nov 5, 2023 · 0 comments
Labels
enhancement New feature or request therefor

Comments

@jwodder
Copy link
Collaborator

jwodder commented Nov 5, 2023

parse_wheel_filename() should gain the following boolean options (all defaulting to False) for controlling how strict to be with wheel filename validation:

  • strict_version — Require the version component to be valid under PEP 440
  • strict_tags — Require each of the Python, ABI, and platform tag lists to be sorted (required by PEP 425)
  • strict — Enables all other strictness options, including others that may be added in the future
@jwodder jwodder added the enhancement New feature or request therefor label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request therefor
Projects
None yet
Development

No branches or pull requests

1 participant