https://github.com/bear/python-twitter
Raw File
Tip revision: 10877f6dcfaa84c3732dd4bfbf13043ab807acb4 authored by bear (Mike Taylor) on 05 November 2015, 06:08:04 UTC
bump version to 3.0 and also update python version to 3.5
Tip revision: 10877f6
.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