https://github.com/pybricks/python-mpy-cross
Python packaging for MicroPython mpy-cross.
https://github.com/pybricks/python-mpy-cross
Last synced: 11 months ago
JSON representation
Python packaging for MicroPython mpy-cross.
- Host: GitHub
- URL: https://github.com/pybricks/python-mpy-cross
- Owner: pybricks
- Created: 2022-06-09T22:21:59.000Z (about 4 years ago)
- Default Branch: mpy-cross-v6.3
- Last Pushed: 2025-07-07T14:29:56.000Z (12 months ago)
- Last Synced: 2025-07-07T15:40:57.185Z (12 months ago)
- Language: Python
- Size: 71.3 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python packaging for mpy-cross
This repository contains Python packaging to distribute the `mpy-cross` tool
from [MicroPython](https://github.com/micropython/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