Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 637 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 637 Bytes

pyutils

Python utility scripts

CircleCI

Prerequisites

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

Linters

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