Metadata-Version: 2.1
Name: perftools
Version: 0.2.0
Summary: Android Simpleperf tool.
Author-email: ww-rm <ww-rm@qq.com>
Project-URL: Homepage, https://github.com/ww-rm/perftools
Project-URL: Issues, https://github.com/ww-rm/perftools/issues
Project-URL: Documentation, https://perftools.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# perftools

## apkrepacker

```shell
$ python -m perftools.apkrepacker --help

usage: apkrepacker.py [-h] [-i APK] [-o OUTPUT] [--enable-debuggable] [--enable-profileable]

optional arguments:
  -h, --help            show this help message and exit
  -i APK, --apk APK     path of input apk
  -o OUTPUT, --output OUTPUT
                        output path of repacked apk file
  --enable-debuggable   add debuggable in AndroidManifest.xml
  --enable-profileable  add profileable in AndroidManifest.xml
```
