===========
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
Release files for allocine-wrapper 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| allocine-wrapper-0.2.0.tar.gz | 2.7 kB | Details |
Release files / allocine-wrapper-0.2.0.tar.gz
| Download URL | allocine-wrapper-0.2.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b702bacb573681c5fffb6a43aa710c9204854689b4f4a543ff6de0c06a93978
|
|
BLAKE2b-256 checksum How to use checksums |
1aa7f90bdf4271c3599680285b5bf5ac718a6749b7d138220b02cc4fb3f9b887
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |