Metadata-Version: 2.4
Name: pymcu-avr
Version: 0.1.0a1
Summary: AVR support for pymcu-compiler: codegen backend + toolchain driver
Project-URL: Homepage, https://github.com/PyMCU/pymcu-avr
Project-URL: Repository, https://github.com/PyMCU/pymcu-avr
Project-URL: Bug Tracker, https://github.com/PyMCU/pymcu-avr/issues
Author-email: Iván Montiel Cardona <contact@pymcu.org>
License: MIT
Requires-Python: >=3.11
Requires-Dist: pymcu-avr-toolchain>=15.2.0; (sys_platform == 'linux' and platform_machine == 'x86_64') or (sys_platform == 'win32' and platform_machine == 'AMD64') or (sys_platform == 'darwin' and platform_machine == 'arm64')
Requires-Dist: pymcu-sdk>=0.1.0a1
Description-Content-Type: text/markdown

# PyMCU AVR Backend
AVR codegen backend plugin for PyMCU. Free and open source.

Bundles the `pymcuc-avr` binary that reads `.mir` IR files and emits AVR assembly.
