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.10.0.tar.gz
(9.6 kB
view details)
Built Distribution
libtvdb-0.10.0-py3-none-any.whl
(15.3 kB
view details)
File details
Details for the file libtvdb-0.10.0.tar.gz
.
File metadata
- Download URL: libtvdb-0.10.0.tar.gz
- Upload date:
- Size: 9.6 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 | 2ffe7828934eca884c43fbd214679d662f321718b544f19fdc2cc5755411a9f6 |
|
MD5 | 8924c3a59fd64898a3dc9668dcdba366 |
|
BLAKE2b-256 | 76ef05ae6d215406fa963764b4289b1329f6980c5fff261db391fe1de1ba46c7 |
File details
Details for the file libtvdb-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.10.0-py3-none-any.whl
- Upload date:
- Size: 15.3 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 | 210b5fb7667a2e995a59d613f79d317cd647204b3e90a08a294ff13006d632b1 |
|
MD5 | e67aa9e00a3a83a228775ff251f9ca03 |
|
BLAKE2b-256 | 32480c9f0aa692256bd4a7ea84604b19a0346b6c08d4a079594151e7c62ff86c |