Python utility scripts
These scripts rely on a few external libraries.
Install these with pip:
pip install --upgrade Jinja2 PyYAML boto boto3 nested_dict nose psutil pynput pytest python-dateutil requests simplejson six slackerFormat & lint these scripts:
pip install --upgrade black flake8 pylintflake8 FILE.py
pylint FILE.py
black FILE.pyInstall all the needed libraries and tools:
pip install -r requirements.txt