typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Use packaging to parse versions #54

Closed hauntsaninja closed 2 years ago

hauntsaninja commented 2 years ago

Pairs with https://github.com/python/typeshed/pull/8314

packaging is the standard tool for dealing with versions and requirements. This allows us to easily support all PEP 508 specs. packaging also has good error messages.