Skip to content

LucaCappelletti94/validate_version_code

Repository files navigation

validate_version_code

PyPI Downloads License Github Actions

Python package to validate version codes.

How do I install this package?

As usual, just download it using pip:

pip install validate_version_code

Usage Example

Here’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)

License

This package is distributed under the MIT license. This license can be found here.

About

Python package to validate version code.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages