Metadata-Version: 1.1
Name: rottentomatoes
Version: 2.1
Summary: Rotten Tomatoes Python API
Home-page: https://github.com/zachwill/rottentomatoes
Author: Zach Williams
Author-email: hey@zachwill.com
License: Unlicense (a.k.a. Public Domain)
Description: 
            An easy-to-use Python wrapper for the Rotten Tomatoes API.
        
            >>> RT('my-api-key').search('the lion king')
        
            Or, if your API key is saved as the `RT_KEY` environment variable,
            the RT class can be initialized like so:
        
            >>> RT().search('the lion king')
            
Keywords: rottentomatoes movies rotten tomatoes zachwill
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
