Metadata-Version: 1.0
Name: txTwitter
Version: 0.1.4a
Summary: A Twisted-based client library for Twitter's API.
Home-page: https://github.com/jerith/txTwitter
Author: Jeremy Thurgood
Author-email: firxen@gmail.com
License: MIT
Description: txTwitter
        =========
        
        |txTwitter-ci|_ |txTwitter-cover|_
        
        A Twisted-based client library for Twitter's API.
        
        
        Status
        ------
        
        Very alpha, but probably usable if the functionality you need has been
        implemented.
        
        Currently very incomplete (only a small number of API calls are supported), but
        the architecture seems sound. All remaining API calls have ``TODO`` notes.
        
        There are some moderately comprehensive docstrings in the code, but proper
        documentation still needs to be written.
        
        
        .. |txTwitter-ci| image:: https://travis-ci.org/jerith/txTwitter.png?branch=develop
        .. _txTwitter-ci: https://travis-ci.org/jerith/txTwitter
        
        .. |txTwitter-cover| image:: https://coveralls.io/repos/jerith/txTwitter/badge.png?branch=develop
        .. _txTwitter-cover: https://coveralls.io/r/jerith/txTwitter
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
