python-tmdbsimple 2.8.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update d/watch to work with github again.
  * Bump Standards-Version to 4.6.0.

 -- Michael Fladischer <email address hidden>  Sun, 29 Aug 2021 20:37:09 +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.0-1.dsc 1.7 KiB dc731c2a5093dd63dd469cded9c3497626649fa152a9663a40bdf51bbc5955af
python-tmdbsimple_2.8.0.orig.tar.gz 37.1 KiB c7bb416c03429ee53f4dbdb56cfd230c2cc9da254abee6a6ad725468036cdb55
python-tmdbsimple_2.8.0-1.debian.tar.xz 2.7 KiB 06f29699ebec11657a3a8764c2d4d4d4be3280520594df18491c5cceeb7709ff

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.