Commit graph

66 commits

Author SHA1 Message Date
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