Metadata-Version: 2.1
Name: adb-utils
Version: 1.0.17
Summary: This is a secondary package of adb
Home-page: https://github.com/hakaboom/adb-utils
Author: hakaboom
Author-email: 1534225986@qq.com
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru (>=0.5.3)
Requires-Dist: baseImage (==1.1.1)

# adb-utils
![PyPI - Downloads](https://img.shields.io/pypi/dm/adb-utils)

对adb常用接口的二次开发

## Requirements
- python>=3.8
- 项目里用到了[base_image](https://github.com/hakaboom/base_image) 因此需要额外安装opencv-python


## Installation
pip3 install adb-utils

## TODO
- [ ] minicap集成
- [ ] minitouch集成
- [ ] 设备性能数据可视化
- [ ] 基于PYQT的设备管理工具

## 函数
不打算写,看源码备注就行了
