David Lechner 237addb39c fake-pybricks/setup.py: update python_requires to PEP 440
Use the PEP 440 depenency format. The `>` character was breaking the package manager on jfrog.

Picked 3.4 since that is what micropython is based on.
2019-01-15 21:29:36 -06: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
38 MiB
Languages
Python 99.1%
Shell 0.9%