File: control

package info (click to toggle)
pyaxmlparser 0.3.13-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,248 kB
  • sloc: python: 3,738; sh: 9; xml: 8; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 938 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
25
26
27
28
29
Source: pyaxmlparser
Section: utils
Priority: optional
Maintainer: Andres Salomon <dilinger@debian.org>
Build-Depends: debhelper (>= 9.0~),
               dh-python,
               python3,
               python3-setuptools,
               python3-lxml
Standards-Version: 4.2.1.5
Homepage: https://github.com/appknox/pyaxmlparser

Package: python3-pyaxmlparser
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Simple Python library to parse Android XML files
 A simple parsing library for Android XML files. This allows
 parsing without pulling in larger libraries (unlike Androguard).

Package: apkinfo
Architecture: all
Depends: python3-pyaxmlparser,
         python3-pkg-resources,
         python3-click,
         ${python3:Depends},
         ${misc:Depends}
Description: Simple CLI script to display info about an APK file
 This command-line script displays information about an Android APK file.