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.3.0.tar.gz
(7.7 kB
view details)
Built Distribution
libtvdb-0.3.0-py3-none-any.whl
(26.0 kB
view details)
File details
Details for the file libtvdb-0.3.0.tar.gz
.
File metadata
- Download URL: libtvdb-0.3.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.7.2 Darwin/18.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed39492e26db8d3d147dc04860c747952e808e3e88514754b0612294c45ca068 |
|
MD5 | c921d54c3a7fdaee91ff74d9c12c59cc |
|
BLAKE2b-256 | 2c7e69e8452f78eaa96a6a6a4de9dee2fd868d1663e353dd604e047fa964d8df |
File details
Details for the file libtvdb-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.3.0-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.7.2 Darwin/18.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e46da67d7da7cfad23f255fcd529d69575d40aa5ac01e7d584a73e350b12d4b5 |
|
MD5 | 2d1ec38518d48ea7a9b987065ed8147e |
|
BLAKE2b-256 | 61dea6cc71903eea996b4db9e9c122f638f866bf1ec588b23af1d4e927cba9c7 |