Metadata-Version: 1.0
Name: twitter
Version: 0.5
Summary: An API and command-line toolset for Twitter (twitter.com)
Home-page: http://mike.verdone.ca/twitter/
Author: Mike Verdone
Author-email: mike.verdone+twitterapi@gmail.com
License: MIT License
Description: Python Twitter Tools
        
        The Minimalist Twitter API for Python is a Python API for Twitter,
        everyone's favorite Web 2.0 Facebook-style status updater for people
        on the go.
        
        Also included is a twitter command-line tool for getting your friends'
        tweets and setting your own tweet from the safety and security of your
        favorite shell and an IRC bot that can announce Twitter updates to an
        IRC channel.
        
        For more information:
        
        * import the `twitter` package and run help() on it
        * run `twitter -h` for command-line tool help
        * run `twitterbot -h` for IRC bot help
        * visit http://mike.verdone.ca/twitter for more info
        
        Python Twitter Tools are released under an MIT License.
        
Keywords: twitter,IRC,command-line tools,web 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
