===========
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

