Metadata-Version: 1.1
Name: apkutils-patch
Version: 0.5.3
Summary: Utils for parsing apk.
Home-page: https://github.com/codeskyblue/apkutils
Author: mikusjelly,codeskyblue
Author-email: mikusjelly@gmail.com,codeskyblue@gmail.com
License: MIT
Description: # apkutils [![PyPI version](https://badge.fury.io/py/apkutils-patch.svg)](https://badge.fury.io/py/apkutils-patch) [![GitHub license](https://img.shields.io/github/license/mikusjelly/apkutils-patch.svg)](https://github.com/mikusjelly/apkutils-patch/blob/master/LICENSE)
        
        
        A library that gets infos from APK.
        
        ### Install and Test
        
        ```
        $ pip install apkutils-patch
        ```
        
        ### 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
        
        GUI tool
        
        ```
        $ python -m apkutils.gui
        # Click Bind
        ```
        
        Right click an `*.apk` file. Select `APK Parser`. You will see
        
        ![Img](imgs/apk-parser.png)
        
        ### Reference
        - apkutils\axml from [mikusjelly/axmlparser](https://github.com/mikusjelly/axmlparser) ![Project unmaintained](https://img.shields.io/badge/project-unmaintained-red.svg)
        - apkutils\dex from [google/enjarify](https://github.com/google/enjarify)
        
        ## Genreate README.rst
        README.rst auto generated by `m2r --overwrite ./README.md`. Get m2r tool through `pip install m2r`
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
