python-tmdbsimple 2.8.1-1 source package in Ubuntu

Changelog

python-tmdbsimple (2.8.1-1) unstable; urgency=low

  * New upstream release.
  * Use github tags instead of releases for d/watch.

 -- Michael Fladischer <email address hidden>  Thu, 16 Dec 2021 09:03:48 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tmdbsimple_2.8.1-1.dsc 1.7 KiB 8ebe79a563c5eedb1e18d2afa2004e968b0cf93a78a9dae1e0742665b8f3ef4a
python-tmdbsimple_2.8.1.orig.tar.gz 37.2 KiB 909a9b38c87a807cd295187c2abc89ced9a571b7d2709c80d15242ded619b123
python-tmdbsimple_2.8.1-1.debian.tar.xz 2.8 KiB d323a98137e84aff11cab3e84abd81cdbfa3487cc9c57c189799fc823d0bc850

Available diffs

No changes file available.

Binary packages built by this source

python3-tmdbsimple: Wrapper for The Movie Database API (Python3 version)

 tmdbsimple is a wrapper, written in Python, for The Movie Database (TMDb) API
 v3. By calling the functions available in tmdbsimple one can simplify their
 code and easily access a vast amount of movie, tv, and cast data.
 .
 Features:
  * One-to-one mapping between tmdbsimple functions and TMDb methods.
  * Implements all TMDb methods, including Accounts and Authentication.
  * Implements new TV features.
  * Easy to access data using Python class attributes.
  * Easy to experiment with tmdbsimple functions inside the Python interpreter.
 .
 An API key is required to interact with the API endpoint.
 .
 This package contains the Python 3 version of the library.