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.6.0.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file libtvdb-0.6.0.tar.gz
.
File metadata
- Download URL: libtvdb-0.6.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.6 Darwin/19.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 947a9904ecfa7810892ee6582fa5df34c6ac841e3b27d9bed6653fbb4ae30051 |
|
MD5 | 639218ba9b406b7be4330f6a03567d27 |
|
BLAKE2b-256 | 5b6c3a8a6d945fd868377e6e0dcee99d01656a28eeceeedde892e6d35c80e361 |
File details
Details for the file libtvdb-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.6.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.6 Darwin/19.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c6b8b8cc29ccbc2e1748fc82764245ee1eebbf7bead27e37480b4097b1a8a40 |
|
MD5 | 4f425320e15573ba6ecd214ccf3e8c53 |
|
BLAKE2b-256 | 604a2dedaffb2ca17d5c836d8231e95ca849fe6d1169d452766ac2302ff8ae67 |