summaryrefslogtreecommitdiff
path: root/tmdbv3api/debian/control
blob: e3e9f5452eb2c8b7139fa8345c2444c64ff7c6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: tmdbv3api
Section: python
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
   dh-python,
   python3,
   python3-requests,
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