Metadata-Version: 2.1
Name: apkutils
Version: 0.10.1
Summary: a parser for apk, dex, axml, arsc
Home-page: https://gitee.com/kin9-0rz/apkutils
Author: King Orz
Author-email: kin9-0rz@outlook.com
License: MIT license
Keywords: apkutils
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)
Requires-Dist: anytree
Requires-Dist: cigam
Requires-Dist: pyelftools
Requires-Dist: pyopenssl
Requires-Dist: xmltodict
Requires-Dist: beautifulsoup4
Requires-Dist: petty
Requires-Dist: lxml

========
apkutils
========


.. image:: https://img.shields.io/pypi/v/apkutils.svg
        :target: https://pypi.python.org/pypi/apkutils

.. image:: https://readthedocs.org/projects/apkutils/badge/?version=latest
        :target: https://apkutils.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/pypi/l/apkutils?color=green
        :alt: PyPI - License

a parser for apk, dex, axml, arsc


* Free software: MIT license
* Documentation: https://apkutils.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `kin9-0rz/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`kin9-0rz/cookiecutter-pypackage`: https://gitee.com/kin9-0rz/cookiecutter-pypackage


