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.7.0.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file libtvdb-0.7.0.tar.gz
.
File metadata
- Download URL: libtvdb-0.7.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 | 7304a543b7746990fff4eb9b98d92ed18a5ce287c3559022cf147474722f7d2a |
|
MD5 | 7dadc3ff87aafe98ca35507fd37a6823 |
|
BLAKE2b-256 | add03d7395990afb28af4972e42d38760d9d795a142da9d335e6a395915559bc |
File details
Details for the file libtvdb-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.7.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 | 634d04fff53c60ccefe9cfec7e9dcc4cf3ec3b6775eb91e3e5bd50050a13dc23 |
|
MD5 | fad7b1271292005aea77b446a5c85e76 |
|
BLAKE2b-256 | 397033dcb50bc50a35118776520ea3499b070b69ee563d56b0320967e90bd2c2 |