This notebook is to create pep8 compliance for functions in nflPPtools.py


In [1]:
import time
import pep8

In [2]:
time.strftime("last updated %a, %d %b %Y %H:%M", time.localtime())


Out[2]:
'last updated Wed, 10 Aug 2016 16:48'

In [3]:
!pep8 --first tools.py
#!pep8 --show-source --show-pep8 tools.py