https://github.com/bear/python-twitter
Raw File
Tip revision: e5be25ef5f352dac1218828328f53ea1db6c0021 authored by Jeremy Low on 31 October 2016, 22:50:30 UTC
update documentation re video_info param
Tip revision: e5be25e
setup.cfg
[aliases]
test = pytest

[check-manifest]
ignore =
  .travis.yml
  circle.yml
  violations.flake8.txt

[flake8]
ignore = E111,E124,E126,E221,E501

[pep8]
ignore = E111,E124,E126,E221,E501
max-line-length = 100
back to top