python-tmdbsimple 1.7.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Upload to unstable.
  * Bump Standards-Version to 4.0.0.

 -- Michael Fladischer <email address hidden>  Mon, 17 Jul 2017 10:17:07 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tmdbsimple_1.7.0-1.dsc 1.8 KiB dd2d42b9ed31f2b89e95aa2d4274dcd5f787982bbfbe04eaa601cef837a6313b
python-tmdbsimple_1.7.0.orig.tar.gz 29.4 KiB 5fa3cb7f6bb01cf96b5056a86bbea744efc5224bbb4c6f749b5dce5ed9a16ad8
python-tmdbsimple_1.7.0-1.debian.tar.xz 2.2 KiB 4f6db8e207f5a4892e827a75f3bf4363794d644c590c90ba3ef695536e7cdca1

Available diffs

No changes file available.

Binary packages built by this source

python-tmdbsimple: No summary available for python-tmdbsimple in ubuntu artful.

No description available for python-tmdbsimple in ubuntu artful.

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.