Commit graph

22 commits

Author SHA1 Message Date
Ryan McGrath
3cef1a463f Redid some examples, moved examples to core_examples to differentiate from oauth_django_example, version bump to 1.3.2 to fix distribution errors with Pip/etc (dumb binaries were being created earlier, just throwing out the source now and letting pip handle it) 2010-10-19 16:31:09 -04:00
Ryan McGrath
eb5541e433 Twython 1.3, OAuth support is now finally included and working. Ships with an example Django application to get people started with OAuth, entire library is refactored to not be a royal clusterfsck. Enjoy. 2010-10-16 23:37:47 -04:00
Ryan McGrath
7ccf8a2baf Bump version slightly 2010-10-14 10:31:53 -04:00
Randall Degges
3580ee22b5 Don't need to include setuptools, heh. 2010-08-18 14:36:18 +08:00
Randall Degges
d9fcd3a264 Fixing setup.py script to use valid setuptools format.
This will fix the broken pip / easy_install issues on many platforms (like
most linux distros).
2010-08-18 14:35:59 +08:00
Ryan McGrath
8bea592d97 Increment version number to 1.2; fixed a bug in updateProfileColors() wherein multiple values wouldn't get properly concatenated/url-encoded. Changed getRateLimitStatus() to accept a boolean of 'checkRequestingIP', which should hopefully make the method a little more clear for debugging purposes. 2010-02-25 02:14:14 -05:00
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
9ca737b986 Twython 0.9 - enough has changed with the Twitter API as of late that this merits a new release. 0.8 was beginning to show age as the API moved forward, and is now deprecated as a result - 0.9 is the way to go (or trunk, if you're adventurous. ;D) 2009-11-23 22:03:21 -05:00
Ryan McGrath
93ea27f1b3 Fix for issue #7 (filed by kumar303), wherein setup.py reads the wrong README file for description purposes 2009-09-20 13:09:37 -04:00
Ryan McGrath
bbfd874643 Twython 0.8 release. Docstrings, RT API, and a host of other bugfixes. Next, and hopefully final, large part to tackle is OAuth. Getting closer... 2009-08-28 02:53:48 -04:00
Ryan McGrath
c62c41a45e Alright, now import twython works as it should. 2009-08-06 02:57:02 -04:00
Ryan McGrath
adab94b240 There, *now* this build should be fixed. 2009-08-06 02:43:40 -04: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
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
Ryan McGrath
91e03fe7ef Updating version to 0.8.0.1, as showStatus() had a bug with authentication and needed to be pushed out 2009-07-29 00:10:34 -04:00
Ryan McGrath
6fe1a95a2e Packaged versions galore... Need to figure out the best way to handle Tango3k soon - perhaps in a new branch? Is anyone even using it at the moment? 2009-07-28 23:31:15 -04:00
Ryan McGrath
932d29a1ab Changed licensing, modified contents of setup.py to conform to what Pypi wants/needs 2009-07-28 23:22:52 -04:00
Ryan McGrath
1007688925 A somewhat working setup.py - still a work in progress 2009-07-28 23:00:43 -04:00
Ryan McGrath
95f3ff17f0 Licensing stuff 2009-07-28 03:24:12 -04:00
Ryan McGrath
d7d170cc3b Reorganizing into a more package based structure, setting an initial (not working) setup.py file - this will be expanded soon 2009-07-28 03:13:48 -04:00