https://github.com/bear/python-twitter
Raw File
Tip revision: 2e6c6a034dbb58140a3b219b12c39909e50aa038 authored by Louis Sautier on 19 June 2018, 19:48:57 UTC
Include doc, examples and tests in source distributions
Tip revision: 2e6c6a0
.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
.vscode

# 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