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:
parent
932d29a1ab
commit
6fe1a95a2e
11 changed files with 660 additions and 2 deletions
17
tango.egg-info/PKG-INFO
Normal file
17
tango.egg-info/PKG-INFO
Normal 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
|
||||
8
tango.egg-info/SOURCES.txt
Normal file
8
tango.egg-info/SOURCES.txt
Normal 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
|
||||
1
tango.egg-info/dependency_links.txt
Normal file
1
tango.egg-info/dependency_links.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
2
tango.egg-info/requires.txt
Normal file
2
tango.egg-info/requires.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
setuptools
|
||||
simplejson
|
||||
1
tango.egg-info/top_level.txt
Normal file
1
tango.egg-info/top_level.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
tango/tango
|
||||
Loading…
Add table
Add a link
Reference in a new issue