rbarrois / python-semanticversion

Semantic version comparison for Python (see http://semver.org/)
BSD 2-Clause "Simplified" License
281 stars 74 forks source link

Proposal: PEP 440 compatible type #63

Open funkyfuture opened 6 years ago

funkyfuture commented 6 years ago

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.