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.3.tar.gz
(9.7 kB
view details)
Built Distribution
libtvdb-0.10.3-py3-none-any.whl
(15.4 kB
view details)
File details
Details for the file libtvdb-0.10.3.tar.gz
.
File metadata
- Download URL: libtvdb-0.10.3.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f831798843497e79f5fc13fb3f2a6f89b67973552dbda8f502874911678150a3 |
|
MD5 | a24934f24ed079c486f9d8c9dea454fb |
|
BLAKE2b-256 | bf938ccc8b80d9cb2ed54240a59c48e8820271cdca614bd785f7a95029745cab |
File details
Details for the file libtvdb-0.10.3-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.10.3-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa2b7cdfcbd263eb293ef8e41e50574d32eaa7390746be8421fd999e19e29260 |
|
MD5 | 3071e98eb39d906f66576999d41d797d |
|
BLAKE2b-256 | ba78f72dc42d383a9c38443b610391785a363717f7e813f0cd1cd37b4809d13d |