Metadata-Version: 2.1
Name: apkutils
Version: 0.8.1
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: anytree
Requires-Dist: cigam
Requires-Dist: pyelftools
Requires-Dist: pyopenssl
Requires-Dist: TextWizard
Requires-Dist: xmltodict
Requires-Dist: beautifulsoup4

apkutils |PyPI version| |GitHub license|
========================================

A library that gets infos from APK.

Install and Test
~~~~~~~~~~~~~~~~

::

    $ pip install apkutils

Usage
~~~~~

::

    $ python3 -m apkutils -h
    usage: apkutils [-h] [-m] [-s] [-f] [-c] [-V] p

    positional arguments:
      p              path

    optional arguments:
      -h, --help     show this help message and exit
      -m             Show manifest
      -s             Show strings
      -f             Show files
      -c             Show certs
      -V, --version  show program's version number and exit

Reference
~~~~~~~~~

-  apkutilsfrom
   `mikusjelly/axmlparser <https://github.com/mikusjelly/axmlparser>`__
   |Project unmaintained|
-  apkutilsfrom `google/enjarify <https://github.com/google/enjarify>`__

.. |PyPI version| image:: https://badge.fury.io/py/apkutils.svg
   :target: https://badge.fury.io/py/apkutils
.. |GitHub license| image:: https://img.shields.io/github/license/mikusjelly/apkutils.svg
   :target: https://github.com/mikusjelly/apkutils/blob/master/LICENSE
.. |Project unmaintained| image:: https://img.shields.io/badge/project-unmaintained-red.svg


