mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
a07aaadd2393b86b8de34de8eef8c153f22b66ea
We should not encourage users to use the numerical values (i.e. 2 for Stop.hold or 65 for Port.A) This also keeps the door open for using qstrings for some enums (Color, Button).
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 .``
Languages
Python
99.1%
Shell
0.9%