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.1.tar.gz
(9.6 kB
view details)
Built Distribution
libtvdb-0.10.1-py3-none-any.whl
(15.3 kB
view details)
File details
Details for the file libtvdb-0.10.1.tar.gz
.
File metadata
- Download URL: libtvdb-0.10.1.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 | 95151178552571b757fa95db168ef8974154747fc8293615201c64f2b39df0f2 |
|
MD5 | eaa65466eec0c302cf1a98ba5023f657 |
|
BLAKE2b-256 | 8cda49cae11d708975b0006eec5c09ae8db3100ff0fc865a45241b2808ee0bd0 |
File details
Details for the file libtvdb-0.10.1-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.10.1-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 | 8b594062ca9d5055d58e2601d04d235d10ca8d9cf2dde4726668972a1cf041ab |
|
MD5 | 47c850eda3f71c6f2f8bf1d946b17ca3 |
|
BLAKE2b-256 | 52302d55b1ed07cd6647df42c3c85c193f02014426e7f924c2a4ffc8ade8e6f1 |