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.2.tar.gz
(9.6 kB
view details)
Built Distribution
libtvdb-0.10.2-py3-none-any.whl
(15.3 kB
view details)
File details
Details for the file libtvdb-0.10.2.tar.gz
.
File metadata
- Download URL: libtvdb-0.10.2.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 | 47980f532829376971b388da61545186ad0224bb498dbc92a7bdae2d35531eea |
|
MD5 | c7305ce98e5e58c3b2f5194f3e8d4e81 |
|
BLAKE2b-256 | 695115d66934be5f66c8edd76bfc586f1ddfbb84bb0c81bae3eb138402cc77a5 |
File details
Details for the file libtvdb-0.10.2-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.10.2-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 | 8411908eb6d68e5af31a6cbefb3d585ea30cd3df70a45ca4abd1592243cefb85 |
|
MD5 | 269c9405c0a4927e37acbfea22236a60 |
|
BLAKE2b-256 | 892387c92c9a7ec57906578a2664a95eedecbdf7e8d2b9d00db94875ecd8cc1e |