===========
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
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.2.0.tar.gz.
File metadata
- Download URL: allocine-wrapper-0.2.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b702bacb573681c5fffb6a43aa710c9204854689b4f4a543ff6de0c06a93978
|
|
| MD5 |
c8243673f6eff7f362f84346cd3009ec
|
|
| BLAKE2b-256 |
1aa7f90bdf4271c3599680285b5bf5ac718a6749b7d138220b02cc4fb3f9b887
|