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.2.0.tar.gz
(7.7 kB
view details)
Built Distribution
libtvdb-0.2.0-py3-none-any.whl
(26.0 kB
view details)
File details
Details for the file libtvdb-0.2.0.tar.gz
.
File metadata
- Download URL: libtvdb-0.2.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 | 2756e418862e1d17eeb96797a6211a816f033590ce65804f5f95e95caf5e3025 |
|
MD5 | 3b419b49b44ba31bb88c3ae789b8cfd4 |
|
BLAKE2b-256 | 38ba1fc12f1a46ccbdb7b72a4124ab065582945292dcc832ad6b8f368b833d94 |
File details
Details for the file libtvdb-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: libtvdb-0.2.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 | 6d1b48bd530a2b49c70e6f49956aeb6a89026774c893451831ffd074a0e05153 |
|
MD5 | 373f0b9f326375ac53944d2c71d71d4d |
|
BLAKE2b-256 | 49a4e792b8111b6d480237590862006934a41233113e2ac4c6b77e3f1eb3fdb0 |