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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file allocine-wrapper-0.3.0.tar.gz
.
File metadata
- Download URL: allocine-wrapper-0.3.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5997749115db0eede68430294195f16ce2abb3d637f6c1a5724283d6076678c4 |
|
MD5 | 0a9f20fb0232a7fad6c253cc382eb6b5 |
|
BLAKE2b-256 | 9c58f9a39a91c53a288af120ed02f5482036cc22ce4777ffa239007473fa900d |