Allocine API包装器
项目描述
===========
Python Allocine
===========
Python Allocine为Allocine API v3提供通用包装器。典型用法通常如下所示:
#!/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)
此包装器能做什么
=========
此API允许您查询Allocine
* 搜索
* 访问人物、电影和评论
Python Allocine
===========
Python Allocine为Allocine API v3提供通用包装器。典型用法通常如下所示:
#!/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)
此包装器能做什么
=========
此API允许您查询Allocine
* 搜索
* 访问人物、电影和评论
项目详情
关闭
allocine-wrapper-0.3.0.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 5997749115db0eede68430294195f16ce2abb3d637f6c1a5724283d6076678c4 |
|
MD5 | 0a9f20fb0232a7fad6c253cc382eb6b5 |
|
BLAKE2b-256 | 9c58f9a39a91c53a288af120ed02f5482036cc22ce4777ffa239007473fa900d |