File: control

package info (click to toggle)
googleplay-api 0.4.4%2Bgit20200310-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,628 kB
  • sloc: python: 836; sh: 22; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 737 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
Source: googleplay-api
Section: python
Priority: optional
Maintainer: Andres Salomon <dilinger@debian.org>
Build-Depends: debhelper (>= 12.0~),
               dh-python,
               protobuf-compiler,
               python3,
               python3-setuptools,
               python3-protobuf (>= 3.5.2),
               python3-requests,
               python3-cryptography (>= 2.2)
Standards-Version: 4.4.1.1
Homepage: https://github.com/NoMore201/googleplay-api

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.