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.8.0.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file libtvdb-0.8.0.tar.gz
.
File metadata
- Download URL: libtvdb-0.8.0.tar.gz
- Upload date:
- Size: 7.9 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 | 3aec184d084c7b3018d42df325b9bd13979817be6c489530c07f846a0029d9f3 |
|
MD5 | 7c3746bc46fffc4b1ffff133891b4bf5 |
|
BLAKE2b-256 | 264d667b3e1955214dcd7afa2f4c63839d53f6949305b2fb0311523fc07dd79b |
File details
Details for the file libtvdb-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.8.0-py3-none-any.whl
- Upload date:
- Size: 9.6 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 | 9981c60013b04c5e9bc595876ca6a8e57bef258d43510f08e51b4ede5dc812da |
|
MD5 | 2ab5fb4a3a8626c55dc957c147281065 |
|
BLAKE2b-256 | 9cf0769a257de5da9bb161d5d76d3ac92a0da3d98468ab39cbbe835c6d6d776e |