Files
pybricks-api/api
2019-05-09 13:19:32 +02:00
..
2019-05-09 13:19:32 +02:00
2019-05-09 13:19:32 +02:00
2019-05-09 13:19:32 +02:00
2019-05-09 13:19:32 +02:00
2019-05-09 13:19:32 +02:00
2019-05-09 13:19:32 +02:00
2019-05-09 13:19:32 +02:00
2019-05-09 13:19:32 +02: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 .``