python-semanticversion
python-semanticversion copied to clipboard
Proposal: PEP 440 compatible type
PEP 440 allows version strings like this: 0.1b2.dev3. it would be neat to have the Version class and the validate function would support these when passed an option to parse with regards to that syntax.