Metadata-Version: 1.1
Name: PyRoomba
Version: 0.1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Marcell Vazquez-Chanlatte
Author-email: UNKNOWN
License: LICENSE
Description: pyroomba
        ========
        
        ## Origins ##
        pyroomba is a fork of Damon Kohler's PyRobot module.
        
        Here's a blurb from PyRobot's source code about it's origins
        ```
        PyRobot was originally based on openinterface.py, developed by iRobot
        Corporation. Many of the docstrings from openinterface.py, particularly those
        which describe the specification, are also used here. Also, docstrings may
        contain specification text copied directly from the Roomba SCI Spec Manual and
        the Create Open Interface specification.
        
        Since SCI is a subset of OI, PyRobot first defines the Roomba's functionality
        in the Roomba class and then extends that with the Create's additional
        functionality in the Create class. In addition, since OI is built on SCI the
        SerialCommandInterface class is also used for OI.
        ```
        
        ## Usage ##
        
Platform: UNKNOWN
Requires: amqp
Requires: pyserial
