Metadata-Version: 2.1
Name: SoftwarePilot
Version: 1.0.3
Summary: SoftwarePilot is an open source middleware and API that supports aerial applications for Parrot Anafi drones
Home-page: https://github.com/boredbot2/SoftwarePilot
Author: Kevyn Angueira Irizarry
Author-email: kevyn.angueira@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# SoftwarePilot
SoftwarePilot is an open source middleware and API that supports aerial applications. SoftwarePilot allows users to connect consumer Parrot Anafi drones to programmable pythonscripts that provide access to the drones flight controller, camera, and navigation system as well as custom rest api and dockerfile integration.

## Getting Started
Install the library:
1. Clone the repo
  ```sh
  git clone https://github.com/boredbot2/SoftwarePilot.git
  ```
2. Pip install
  ```sh
  pip install SoftwarePilot
  ```

## Authors
* **[Kevyn Angueira Irizarry](https://github.com/boredbot2)**

