https://github.com/bear/python-twitter
Raw File
Tip revision: d88c4affc9f0be79397c03cb4ac23e7fff299c5d authored by AJ West on 02 September 2016, 17:23:39 UTC
Corrected for PEP8 styling guide.
Tip revision: d88c4af
.gitignore
*.py[co]

#small test code that contains my keys
t.py

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
include
lib
local
var
sdist
develop-eggs
.installed.cfg
.eggs
.cache

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.codecov-token
.tox
htmlcov
.tox
nosetests.xml
htmlcov
coverage.xml

# PyCharm data
.idea

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

#Environment
env
.python-version

violations.flake8.txt

# Built docs
doc/_build/**
back to top