Metadata-Version: 2.1
Name: blossompy
Version: 1.0.0
Summary: Used to run and create basic commands for Human-Robot Interaction with the Blossom Robot
Home-page: https://github.com/riya-ranjan/blossom-public/blossompy
Author: Riya Ranjan
Author-email: riya.ranjan.00@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Blossom Package

This python package includes all the basics necessary to run your
Blossom robot to make it perform various gestures and sequences.

**Version 1.0.0** - [Change log](../CHANGELOG.md)

## Install Blossompy

Blossompy is fully available for Mac (OS X) and Linux. We are currently developing an
implementation for Windows. 

To install, run:
```
pip install blossompy
```
Alternatively, you may have to run:
```
pip3 install blossompy
```

## Running Blossompy

To execute this package and run commands for your Blossom robot from the command line, 
plug in your Blossom and use:
```
python -m blossompy
```



