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...

This commit is contained in:
Ryan McGrath 2009-08-28 02:53:48 -04:00
parent 88d89f5652
commit bbfd874643
5 changed files with 2 additions and 2 deletions

BIN
dist/twython-0.8.macosx-10.5-i386.tar.gz vendored Normal file

Binary file not shown.

BIN
dist/twython-0.8.tar.gz vendored Normal file

Binary file not shown.

BIN
dist/twython-0.8.win32.exe vendored Normal file

Binary file not shown.

View file

@ -3,7 +3,7 @@
import sys, os import sys, os
__author__ = 'Ryan McGrath <ryan@venodesigns.net>' __author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '0.6' __version__ = '0.8'
# For the love of god, use Pip to install this. # For the love of god, use Pip to install this.

View file

@ -1,6 +1,6 @@
Metadata-Version: 1.0 Metadata-Version: 1.0
Name: twython Name: twython
Version: 0.6 Version: 0.8
Summary: A new and easy way to access Twitter data with Python. Summary: A new and easy way to access Twitter data with Python.
Home-page: http://github.com/ryanmcgrath/twython/tree/master Home-page: http://github.com/ryanmcgrath/twython/tree/master
Author: Ryan McGrath Author: Ryan McGrath