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.4.0.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file libtvdb-0.4.0.tar.gz
.
File metadata
- Download URL: libtvdb-0.4.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97b25fb9de448b2eba1e06a957d4604086236898b29be0433cacdf420d5441d8 |
|
MD5 | a94d5568cc3167d2a10f58b478f376b3 |
|
BLAKE2b-256 | c1e11b2db02bfa95562752c6b6121539eea82512afb63adf544b30d947871d26 |
File details
Details for the file libtvdb-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.4.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.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9ba8947486c5607d7c123521b5b1a15b806e68d663af3ad7e55ec00568dd535 |
|
MD5 | a484397823bf73a90dbe940cdf89e3a7 |
|
BLAKE2b-256 | 1500ae6a6cb007028726f1c30e3071e2af097ce4bc930811f0f76bc774b46fe7 |