twython/twython
2009-12-17 03:27:23 -05:00
..
__init__.py Breaking down package structure a bit more 2009-12-17 03:19:42 -05:00
core.py New package structure; twython is now separated out into core/oauth/streaming. To maintain compatibility with older Twython versions, simply import twython like: 'import twython.core as twython' - this will allow for easier oauth/streaming development, and should hopefully fix a lot of the installation issues people kept running into with easy_install 2009-12-17 03:05:39 -05:00
oauth.py Breaking down package structure a bit more 2009-12-17 03:19:42 -05:00
streaming.py Breaking down package structure a bit more 2009-12-17 03:19:42 -05:00
twyauth.py import oauth as oauth to avoid namespacing conflicts in builds; setup.py now properly includes all necessary modules, fixes build problems people reported 2009-12-17 03:27:23 -05:00