Metadata-Version: 2.1
Name: pythonadb
Version: 0.0.27
Summary: pure python adb client for mac/win/linux
Home-page: https://github.com/sephiroth74/python-adb-client
Author: Alessandro Crugnola
Author-email: alessandro.crugnola@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Another Python ADB Client

Pure python adb client

[![PyPI version](https://badge.fury.io/py/pythonadb.svg)](https://badge.fury.io/py/pythonadb)

## Installation

    pip install pythonadb


