Skip to content

Python packaging for MicroPython mpy-cross.

Notifications You must be signed in to change notification settings

pybricks/python-mpy-cross

Folders and files

NameName
Last commit message
Last commit date
Mar 31, 2025
May 1, 2023
Jun 1, 2024
Jun 1, 2024
Jun 1, 2024
Jun 9, 2022
Jun 1, 2024
Jun 1, 2024
Jun 1, 2024
Feb 2, 2025
Jun 9, 2022
Jun 1, 2024

Repository files navigation

Python packaging for mpy-cross

This repository contains Python packaging to distribute the mpy-cross tool from MicroPython via PyPI.

There are multiple MPY ABI versions, so you will need to install the package that corresponds to the target MicroPython version.

For MicroPython 1.23:

pip install mpy-cross-v6.3

For MicroPython 1.22:

pip install mpy-cross-v6.2

For MicroPython 1.20 to 1.21:

pip install mpy-cross-v6.1

For MicroPython 1.19:

pip install mpy-cross-v6

For MicroPython 1.12 to 1.18:

pip install mpy-cross-v5