Metadata-Version: 2.1
Name: pibot
Version: 5
Summary: Library for controlling the PiBot
Home-page: https://github.com/tuc-roboschool/PiBot
Author: TUC-RoboSchool
Author-email: basti.neubert@gmail.com
License: UNKNOWN
Description: # PiBot
        Library for controlling the PiBot
        
        # Installation
        ```bash
        pip install pibot
        ```
        
        # Usage
        ```python
        from pibot import *
        display.sample_function("test")
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
