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 slacker
Format & lint these scripts:
pip install --upgrade black flake8 pylint
flake8 FILE.py
pylint FILE.py
black FILE.py
Install all the needed libraries and tools:
pip install -r requirements.txt