Metadata-Version: 2.1
Name: androtools
Version: 0.1.1
Summary: 
License: MIT
Author: kin9-0rz
Author-email: kin9-0rz@outlook.com
Requires-Python: >=3.8
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: psutil (>=5.9.5,<6.0.0)
Description-Content-Type: text/markdown

# androtools

[![PyPI](https://img.shields.io/pypi/v/androtools?style=for-the-badge)](https://pypi.org/project/androtools/) ![PyPI - Status](https://img.shields.io/pypi/status/androtools?style=for-the-badge) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/androtools?style=for-the-badge)  ![PyPI - Downloads](https://img.shields.io/pypi/dw/androtools?style=for-the-badge) ![PyPI - License](https://img.shields.io/pypi/l/androtools?style=for-the-badge)

- 命令封装
    - 优先 adb
- 业务逻辑封装，business
- adb 连接多个模拟器
  - usb 的方式
  - 本地模拟器
  - 稳定连接

参考：
- https://github.com/Genymobile/scrcpy，控制手机
