# CoreLibs for Python This is a pip package that can be installed into any project and covers the following pars - loggingn update with exception logs - requests wrapper for easier auth pass on access - dict fingerprinting - jmespath search - dump outputs for data - progress printing ## Python venv setup In the folder where the script will be located ```sh uv venv --python 3.13 ```