File: control

package info (click to toggle)
googleplay-api 0.4.4%2Bgit20200310-3
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,624 kB
  • sloc: python: 836; sh: 22; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 764 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: googleplay-api
Section: python
Priority: optional
Maintainer: Andres Salomon <dilinger@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               protobuf-compiler,
               python3,
               python3-setuptools,
               python3-protobuf (>= 3.5.2),
               python3-requests,
               python3-cryptography (>= 2.2)
Standards-Version: 4.6.0.1
Homepage: https://github.com/NoMore201/googleplay-api
Rules-Requires-Root: no

Package: python3-gpapi
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Unofficial Python API for Google Play
 This Python library provides an API for accessing
 Google Play. It includes support for searching,
 downloading APKs, etc.