summaryrefslogtreecommitdiff
path: root/tmdbv3api/debian/control
blob: a44ad026771a0d4e97938eb162a8abe7720e0573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: tmdbv3api
Section: python
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
   dh-python,
   python3,
Standards-Version: 4.6.1
Homepage: https://github.com/AnthonyBloomer/tmdbv3api
Rules-Requires-Root: no

Package: tmdbv3api
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends},
   python3:any
Description: lightweight python library for The Movie Database (TMDb) API
 Python interface to The Movie Database API, which is a 
 resource for developers to integrate movie, TV show and 
 cast data along with posters or movie fan art. 
 themoviedb.org is a free and community edited database.
bgstack15