File: control

package info (click to toggle)
androguard 4.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 81,080 kB
  • sloc: python: 25,059; xml: 3,483; javascript: 3,097; java: 1,311; sh: 130; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,377 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
30
31
32
33
34
35
36
37
38
Source: androguard
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Section: devel
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-apkinspector <!nocheck>,
               python3-asn1crypto <!nocheck>,
               python3-cryptography <!nocheck>,
               python3-dataset <!nocheck>,
               python3-loguru <!nocheck>,
               python3-lxml <!nocheck>,
               python3-mutf8 <!nocheck>,
               python3-networkx <!nocheck>,
               python3-poetry-core,
               python3-prompt-toolkit <!nocheck>,
               python3-pytest <!nocheck>,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/python-team/packages/androguard.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/androguard
Homepage: https://github.com/androguard/androguard
Testsuite: autopkgtest-pkg-pybuild

Package: androguard
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: full Python tool to play with Android files
 Androguard is a full Python tool to play with Android files.
 .
  * DEX, ODEX
  * APK
  * Android's binary xml
  * Android resources
  * Disassemble DEX/ODEX bytecodes
  * Decompiler for DEX/ODEX files