Laurens Valk 170f5844d4 doc: experiment with tables and ascii art
Sphinx and read the docs seem to require RST. This works well for this sample code.

Unfortunately, vscode code preview seems to require markdown (For the tables. Other RST seems to work.)
2018-12-21 21:31:40 +01:00
2018-12-21 12:45:00 +01:00
2018-12-21 12:45:00 +01:00
2018-12-21 12:45:00 +01:00

Fake Pybricks
=============

This is a standard Python 3.x library that provides the Pybricks API with a
totally fake implementation. It is used to provide documentation and type
hints for code completion.

Local install for developers: Navigate to this directory and then run
``python3 setup.py sdist bdist_wheel``
``pip3 install --user -e .``
S
Description
User API and documentation for Pybricks MicroPython
Readme MIT
37 MiB
Languages
Python 99.6%
Shell 0.4%