0 purchases
requirementschecker 0.2.12
requirements_checker (current v0.2.12/)
DESCRIPTION_SHORT
check if requirements met
DESCRIPTION_LONG
designed for check requirements (systemOs) and raise/bool if no match
Features
check requirements (systemOs), raise/bool if no match
create fuck(?)/getter and is it for check for settings
[python PACKAGES/MODULES]:
upgrade
delete
version_get
check_installed)
upgrade pip
[VERSION]:
parse
check
compare
License
See the LICENSE file for license rights and limitations (MIT).
Release history
See the HISTORY.md file for release history.
Installation
pip install requirements-checker
Import
from requirements_checker import *
USAGE EXAMPLES
See tests, sourcecode and docstrings for other examples.
1. example1.py
from requirements_checker import *
ReqCheckStr_Os().bool_if__WINDOWS()
ReqCheckStr_Os().bool_if_not__WINDOWS()
ReqCheckStr_Os().raise_if__LINUX()
class ReqCheckStr_Os_MY(ReqCheckStr_Os):
LINUX: bool = True
WINDOWS: bool = False
ReqCheckStr_Os_MY() # check requirement!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.