pep440

Precompiled Python bytecode for py3-pep440

MIT License

Downloads
11.3K
Stars
7
Committers
3

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)

Package Rankings
Top 13.94% on Alpine-v3.18
Top 46.85% on Conda-forge.org
Top 18.15% on Alpine-edge
Top 9.01% on Pypi.org
Top 19.14% on Alpine-v3.17