Metadata-Version: 2.1
Name: aerocae-robotics-controller
Version: 0.1.3
Summary: Python control interface for aerocae robotics
Author-email: Jiwei Wang <zmh78879@gmail.com>
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

# Aerocae robotics controller

Python networking interface for aerocae robotics.

## Install & Upgrade

```
pip install --upgrade aerocae-robotics-controller
```

## Use

```
from arcpy import arcpy

controller = arcpy.Controller('localhost')
...
```
