py-vcheck 0.0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

pyvcheck 0.0.2

PyVCheck
A simple decorator to enforce strict python versioning for your code.
@version(">=3.6")
def main():
print("I'm definitely a Python 3.6+ code!")

$ python3.7 -V
python 3.7.6

$ python3.7 examples/py37/main.py
I'm definitely a Python 3.6+ code!

ChangeLog
0.1.0 (2022-04-09)

Initial release.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.