Metadata-Version: 2.0
Name: apkutils
Version: 0.2.5
Summary: Utils for parsing apk.
Home-page: https://github.com/mikusjelly/apkutils
Author: mikusjelly
Author-email: mikusjelly@gmail.com
License: MIT
Keywords: apk dex axml
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: cigam
Requires-Dist: pyelftools
Requires-Dist: xmltodict

apkutils
========

A library that gets infos from APK.

- apkutils\\axml from `mikusjelly/axmlparser(No maintenance) <https://github.com/mikusjelly/axmlparser>`_
- apkutils\\dex from `google/enjarify <https://github.com/google/enjarify>`_


Install
-------

.. code-block::

  $ pip install apkutils


Usage
-----

.. code-block::

  $ python -m apkutils.apk -h
  usage: adog [-h] [-m] [-s] [-f] p

  positional arguments:
    p           path

  optional arguments:
    -h, --help  show this help message and exit
    -m          Show manifest
    -s          Show strings
    -f          Show files


