Metadata-Version: 2.1
Name: pibot
Version: 7
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
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
Requires-Dist: Adafruit-SSD1306

# PiBot
Library for controlling the PiBot

# Installation
```bash
pip install pibot
```

# Usage
```python
from pibot import *
display.sample_function("test")
```

