Python package to validate version code.
Project description
Python package to validate version code.
How do I get this package?
As usual, just use pip:
pip install validate_version_code
Usage example
He’s a basic how to:
from validate_version_code import validate_version_code
valid_version_code = "1.2.3"
invalid_version_code = "beta.3"
assert validate_version_code(valid_version_code)
assert not validate_version_code(invalid_version_code)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for validate_version_code-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99496d1b639065a80bc3da74d6098a061a25d5ea2488d09eafdf1be65693441a |
|
MD5 | 3a6b57085299c379f482edeeb321a7bf |
|
BLAKE2b-256 | 424097e6bb3305647d36364f36b6914c6acebc672d30eef11201efb0eb8bdc14 |