Python package to validate version codes.
Project description
Python package to validate version codes.
How do I install this package?
As usual, just download it using pip:
pip install validate_version_code
Tests Coverage
Since some software handling coverages sometime get slightly different results, here’s three of them:
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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab783b417a969182414c32757ee54a48bd1cce3171c5f56902ed0c61853cc532 |
|
MD5 | 086955834ffb77e8c4c54ebb3b69c2cf |
|
BLAKE2b-256 | 46fc8139de174f80a48d94c6c8365738dc3ef65930bcaa7cac13fea606b0dead |