Skip to main content

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


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.1.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

libtvdb-0.1.0-py3-none-any.whl (26.0 kB view details)

Uploaded Python 3

File details

Details for the file libtvdb-0.1.0.tar.gz.

File metadata

  • Download URL: libtvdb-0.1.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.10 CPython/3.7.2 Darwin/18.0.0

File hashes

Hashes for libtvdb-0.1.0.tar.gz
Algorithm Hash digest
SHA256 62c7a60d7d56a8f1c9d31dce6b48becb25cd92214cb8397cdd467bf33787c49c
MD5 f96470921c1761e5272682c84a75caa9
BLAKE2b-256 3fa3f74d5bc3490747277cd4aad44cbd3f58987f2e55422e6f9986b21414e1c6

See more details on using hashes here.

File details

Details for the file libtvdb-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: libtvdb-0.1.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

Hashes for libtvdb-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 325aa59bec967e7188d4937ca445fc2dd7f7f3efe348b041423f10e6b58eaed0
MD5 66f47bfdbe8e5d54c1bd89c0d69520aa
BLAKE2b-256 7d8358d7bb458e727a519a884402ecafadfd600a6d7cd664fa18802843adcb62

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page