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.9.0.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file libtvdb-0.9.0.tar.gz
.
File metadata
- Download URL: libtvdb-0.9.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.7 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44c780a64f9fc1226e5d587521339507e9dc23c5b5748adb88ef76da45af62c9 |
|
MD5 | 9e9c7124e924abb4bd829e21715495f0 |
|
BLAKE2b-256 | 71915cfa9750fb0e5508011cc7130fec75aab2c1ec52029cfb691d10b32a3cf2 |
File details
Details for the file libtvdb-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.9.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.7 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4eb5b84766b0c15bf1c9808451fefe071b259c684863c31ed8217a057b338d99 |
|
MD5 | 43c06da8be6eb45071949ec878d276ec |
|
BLAKE2b-256 | 0de0edfd49b2a05a18c2f526a00209d0ca3129b47f9fb00fe957f44f1392228a |