Metadata-Version: 1.1
Name: app-store
Version: 1.0.1
Summary: Utilities for interacting with Apple's iTunes App Store
Home-page: https://github.com/rrueth/app-store
Author: Ryan Rueth
Author-email: rrueth@gmail.com
License: MIT
Description: app-store
        =========
        
        The app-store module is a simple Python module for interacting with Apple's public iTunes APIs. At the moment this only
        involves fetching recent reviews from the App Store.
        
        Project website: https://github.com/rrueth/app-store
        
        Travis Continuous Integration: https://travis-ci.org/rrueth/app-store
        
        Usage
        -----
        
        ::
        
            import app_store.reviews
        
            app_store.reviews.fetch_reviews(app_id=383298204, page_num=1)
        
        
Keywords: iTunes AppStore
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
