A wrapper around the TVDB API.
Project description
libtvdb
A wrapper around the TVDB API.
Examples:
Searching for shows:
import libtvdb
client = libtvdb.TVDBClient(api_key="...", user_key="...", user_name="...")
shows = client.search_show("Doctor Who")
for show in shows:
print(show.name)
Advanced
You can set libtvdb_api_key
, libtvdb_user_key
and libtvdb_user_name
in your OS X keychain if you don't want to supply these every time. If any of the values supplied to the TVDBClient
constructor are None
, it will look into your keychain and load the appropriate value. If it can't find them, it will throw an exception.
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
libtvdb-0.5.0.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file libtvdb-0.5.0.tar.gz
.
File metadata
- Download URL: libtvdb-0.5.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.5 Darwin/19.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77ef8824dfade224e66a730408d828bb918d2b12d83e01def75a98e8199392e1 |
|
MD5 | dd0d45a8c2d65c576bfaca8c2c3f159e |
|
BLAKE2b-256 | 348c97024660eabff302c5a34e9f800654c575509f5a50b19195a169042bf01c |
File details
Details for the file libtvdb-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.5.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.5 Darwin/19.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69159146f19bf508f78b15875905f825404756cefc7555f77d0eb6b388ddd6c4 |
|
MD5 | 3ca162db6af75cb42913430340bc7aeb |
|
BLAKE2b-256 | 8baed394256ca29ad17a5fd9033d1dfb9425f35dfd6166e263c49b60e3f06372 |