A simple package with utils to check whether versions number match PEP 440.
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file pep440-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pep440-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c485befadb5f01ff02d1e8a14287d158be6e904938a84762e1fffd2fb9951b2b |
|
MD5 | 2fa47262084ecc42ae24d96eec092c77 |
|
BLAKE2b-256 | 0105781b9a0ccae031ad76f02c9cf4e568486049814e0dacf8e731d75d9cf4e9 |