https://github.com/bear/python-twitter
Raw File
Tip revision: b0574505dd6e29725aa912e858d76faf1e737d00 authored by Shichao An on 11 January 2016, 04:29:30 UTC
Fixed wrong link target of PyPI badge
Tip revision: b057450
.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

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

# PyCharm data
.idea

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

#Environment
env
back to top