Metadata-Version: 1.0
Name: allocine-wrapper
Version: 0.1.0
Summary: Wrapper of Allocine API
Home-page: http://pypi.python.org/pypi/python-allocine/
Author: Guillaume Thomas
Author-email: guillaume.thomas642@gmail.com
License: LICENSE.txt
Description: ===========
        Python Allocine
        ===========
        
        Python Allocine provides a generic wrapper for Allocine API v3. Typical usage
        often looks like this::
        
            #!/usr/bin/env python
        
            from allocine.Search import Search
        
            Search.query("the godfather")
        
        
        What this wrapper can do
        =========
        
        This API allows you to query Allocine
        
        * Search
        
        * ReviewList
        
        
Platform: UNKNOWN
