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

Uploaded Source

Built Distribution

libtvdb-0.10.4-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: libtvdb-0.10.4.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.9.10 Darwin/21.2.0

File hashes

Hashes for libtvdb-0.10.4.tar.gz
Algorithm Hash digest
SHA256 f7ef8d1b124795544d28785ca872fc94a3ab4f782c42c8fca902178f0ae05faf
MD5 dd260626aa1b4c93c16cba1450d04a89
BLAKE2b-256 b108bc8d10eeac132967bd5e44df82985903bdcf574bd2edb9419a98eb211b4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: libtvdb-0.10.4-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.9.10 Darwin/21.2.0

File hashes

Hashes for libtvdb-0.10.4-py3-none-any.whl
Algorithm Hash digest
SHA256 217cc51d5444186e1b4c5488ab8bc5170d49969d453174ed4a34d699ebbbf63b
MD5 ad5b79e5885803607e2306f23621ae7b
BLAKE2b-256 34ebe7afaad4d23bd690143fab0837d1f3ce76201924ded6901eaa45966c9998

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