Proposal: PEP 440 compatible type #63
Labels
Status:DesignNeeded
This issue is waiting for somewhat to suggest a new design
Topic:PyPI
Implementing PyPI-style version specifiers
Type:NewFeature
PEP 440 allows version strings like this:
0.1b2.dev3
. it would be neat to have theVersion
class and thevalidate
function would support these when passed an option to parse with regards to that syntax.The text was updated successfully, but these errors were encountered: