Metadata-Version: 2.1
Name: pydroid
Version: 0.1.2
Summary: An Android Device Automation Framework package to control ADB using shell
Home-page: https://github.com/nandal/pydroid
Author: Sandeep Nandal
Author-email: sandeep@nandal.in
License: UNKNOWN
Keywords: pydroid android automation adb tools
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pathlib

# pydroid - Make Android Device Automation Easy for Python Developers

Android Testing Automation Framework. This pip package helps to automate the control of android devices using python. we can build android automation framework around it.

### Assumptions:

+ Assuming python is installed on your system.
+ adb is installed on your system
+ adb path is set in system environment
+ [adb](https://developer.android.com/studio/command-line/adb) is installed on your system.

Install `testdroid` on your system using : 

```
pip install pydroid
```

## Using pydroid

+ read a the sample test script to familiarize with using pydroid

```
python3 sample_test_script.py
```
![Antoid Automation](http://nandal.in/wp-content/uploads/2016/06/nandal-banner.png)

