Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.