Ryan McGrath
|
c40b6a6ebe
|
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 |
|
Ryan McGrath
|
850c1011d1
|
Breaking down package structure a bit more
|
2009-12-17 03:19:42 -05:00 |
|
Ryan McGrath
|
a3edbb2348
|
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 |
|
Ryan McGrath
|
c0b56f33a7
|
Reorganizing structure, finally made the setup.py install function actually work - thanks to the guys in #python for their help.
|
2009-08-06 01:48:14 -04:00 |
|
Ryan McGrath
|
5ba7e99e6e
|
Some more work on OAuth, borrowing ideas from existing implementations - parsing of responses, etc. Feel free to critique/contribute.
|
2009-08-04 02:20:49 -04:00 |
|
Ryan McGrath
|
3b22ff34ce
|
Properly porting files...
|
2009-08-03 00:45:29 -04:00 |
|
Ryan McGrath
|
cbfa71c286
|
Changing over to Twython, rolled back version number to aim for a more consistent release schedule - nowhere near a 1.0 release yet...
|
2009-08-03 00:36:08 -04:00 |
|