Metadata-Version: 1.1
Name: twutil
Version: 0.1.1
Summary: Utilities for manipulating tweets
Home-page: https://github.com/aronwc/twutil
Author: Aron Culotta
Author-email: aronwc@gmail.com
License: BSD
Description: # twutil
        
        A set of utilities for handling Twitter data.
        
        ## Installing
        
        `pip install twutil`
        
        Twitter API calls rely on the [Twitter](https://pypi.python.org/pypi/twitter) Python library.
        
        To use OAuth, you'll need to set the following environmental variables:
        
        `TW_CONSUMER_KEY`
        `TW_CONSUMER_SECRET`
        `TW_ACCESS_TOKEN`
        `TW_ACCESS_TOKEN_SECRET`
        
        
        
        
        
        
        
        
        
        History
        -------
        
        0.1.0 (2014-03-29)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: twutil
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
