check if requirements met
Project description
requirements_checker (current v0.2.11/)
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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file requirements_checker-0.2.11.tar.gz
.
File metadata
- Download URL: requirements_checker-0.2.11.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c6e5bda350e0e7de9f21d526b87960e753a1b23b3c8d9e8e3ff07fc179e9b67 |
|
MD5 | 19e575f3ef20d699cadc35e7124ba5b8 |
|
BLAKE2b-256 | 76e2638676ff8cedc6e2dd4f00716f0bb7842e512e954da2bb96182b2b3dcfcb |
File details
Details for the file requirements_checker-0.2.11-py3-none-any.whl
.
File metadata
- Download URL: requirements_checker-0.2.11-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ef0e457b6feacaaa435093415b111f47a8814190765b4ce16cf3ff37bab81be |
|
MD5 | 205d51b32f5facf14c0ce306d42b2b09 |
|
BLAKE2b-256 | e53634d3c6bf4b843aedf308134de3eaa441c15f57318c332e408d4f021934dc |