A simple package with utils to check whether versions number match PEP 440.
Project Links
Meta
Author: Matthias Bussonnier
Requires Python: >=3.7
Classifiers
License
- OSI Approved :: MIT License
PEP 440
A simple package with utils to check whether versions number match Pep 440
Example:
>>> from pep440 import is_canonical
>>> is_canonical('4.1.0')
True
>>> is_canonical('4.2.1.beta2') # 4.2.1b2 is correct
False
For a bigger dependencies with more utilities see PyPA Packaging (version submodule)
0.1.2
Sep 13, 2022
0.1.1
Aug 16, 2022
0.1.0
May 24, 2017
0.0.3
Aug 05, 2016
0.0.2
Dec 15, 2015
0.0.1
Dec 14, 2015