https://github.com/bear/python-twitter
Raw File
Tip revision: 5afb1563c79e9efe912df98e00c44ae4fdfdf710 authored by Martin Kolman on 14 January 2020, 01:20:15 UTC
Add documented but missing count to GetLists()
Tip revision: 5afb156
setup.cfg
[aliases]
test = pytest

[bdist_wheel]
universal=1

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

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

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