Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 762 Bytes

File metadata and controls

33 lines (21 loc) · 762 Bytes

semverize

version python version license types

Coerce PEP 440 to SemVer, when possible.

Usage

pep440_to_semver("1.0a2")
> "1.0.0-alpha.2"
$ semverize 1.0a2
1.0.0-alpha.2

$ semverize bargle
Error: Invalid version: 'bargle'

License

The project is licensed under the Apache License, Version 2.0.