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 details)

Uploaded Source

File details

Details for the file allocine-wrapper-0.3.0.tar.gz.

File metadata

File hashes

Hashes for allocine-wrapper-0.3.0.tar.gz
Algorithm Hash digest
SHA256 5997749115db0eede68430294195f16ce2abb3d637f6c1a5724283d6076678c4
MD5 0a9f20fb0232a7fad6c253cc382eb6b5
BLAKE2b-256 9c58f9a39a91c53a288af120ed02f5482036cc22ce4777ffa239007473fa900d

See more details on using hashes here.

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