Pakket: python3-tmdbsimple (2.1.0-1)
Verwijzigingen voor python3-tmdbsimple
Trisquel bronnen:
Het bronpakket python-tmdbsimple downloaden:
- [python-tmdbsimple_2.1.0-1.dsc]
- [python-tmdbsimple_2.1.0.orig.tar.gz]
- [python-tmdbsimple_2.1.0-1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Python Modules Team (Mailarchief)
- Michael Fladischer
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-tmdbsimple gerelateerde pakketten
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings