python-tmdbsimple 2.9.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Wed, 02 Feb 2022 11:50:56 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tmdbsimple_2.9.1-1.dsc 1.7 KiB dd8ed14b678eeef33ae8d7e96ae8aa0ccfd78a0a8175c2c6a5297eab21ce4453
python-tmdbsimple_2.9.1.orig.tar.gz 37.4 KiB 5aca27030b9fd4af4df00c4850d0843729b0c3603fe1315d1c58635d185c222c
python-tmdbsimple_2.9.1-1.debian.tar.xz 2.8 KiB bacceae577e92a0f4768e8427d2ba7a2fda0d829748a668caf08ca5e70418f12

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.