Skip to main content

Wrapper of Allocine API

Project 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.Allocine import Allocine

results = Allocine().search("the godfather")
movie = results.movies[0]
print(movie.title)
movie.getInfo()
print(movie.synopsisShort)


What this wrapper can do
=========

This API allows you to query Allocine

* Search
* Access Person & Movies & Reviews

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

allocine-wrapper-0.3.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page