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?

This commit is contained in:
Ryan McGrath 2009-07-28 23:31:15 -04:00
parent 932d29a1ab
commit 6fe1a95a2e
11 changed files with 660 additions and 2 deletions

17
tango.egg-info/PKG-INFO Normal file
View file

@ -0,0 +1,17 @@
Metadata-Version: 1.0
Name: tango
Version: 0.7
Summary: A new and easy way to access Twitter data with Python.
Home-page: http://github.com/ryanmcgrath/tango/tree/master
Author: Ryan McGrath
Author-email: ryan@venodesigns.net
License: MIT License
Description: UNKNOWN
Keywords: twitter search api tweet tango
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet

View file

@ -0,0 +1,8 @@
README
setup.py
tango/tango.py
tango.egg-info/PKG-INFO
tango.egg-info/SOURCES.txt
tango.egg-info/dependency_links.txt
tango.egg-info/requires.txt
tango.egg-info/top_level.txt

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,2 @@
setuptools
simplejson

View file

@ -0,0 +1 @@
tango/tango