Metadata-Version: 2.1
Name: async_termux
Version: 0.0.1
Summary: async termux wrapper
Author: Dreagonmon
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# async_termux_api
async termux api

## requirement
```bash
# you must install termux-api
apt install termux-api
# you need to install android-tools if you want to use adb
apt install android-tools
# you need to install tsu if you want to start wireless adb with root
apt install tsu
```
