Metadata-Version: 1.0
Name: rogoto-core
Version: 0.1
Summary: Rogoto Core library that drives the BrickPI
Home-page: https://github.com/AutomatedTester/Rogoto
Author: David Burns
Author-email: david.burns@theautomatedtester.co.uk
License: Apache
Description: # Rogoto Library
        
        Rogoto Library to control a BrickPI as a Logo Turtle built out of Lego Technics.
        
        This library will create parse commands and then tell the Lego Technics what to do.
        It allows people to draw items by doing the following:
        
        ```
            pendown
            forward 10
            right 90
            forward 10
            right 90
            forward 10
            right 90
            forward 10
            penup
        ```
        
        The above should put the pendown, draw a square and then lift the pen.
        
Keywords: brickpi
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
