Metadata-Version: 2.4
Name: simulate-circuitpython-nativesim
Version: 1.0.2
Summary: Simulate CircuitPython using Zephyr simulator
Author-email: Alec Delaney <tekktrik@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/tekktrik/simulate-circuitpython
Keywords: adafruit,blinka,circuitpython,micropython,zephyr,simulate,simulator
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: System :: Hardware
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pre-commit~=4.5; extra == "dev"
Dynamic: license-file

# simulate-circuitpython-nativesim
Simulate CircuitPython using Zephyr simulator

## Inputs

| Argument Name | Description | Default | Notes |
| --- | --- | --- | --- |
| ``version`` | Version of CircuitPython to simulate | ``main`` | Must be a version that supports the Zephyr OS native sim |
| ``circuitpy`` | Filepath to file or folder of files to add to the simualted CIRCUITPY | "" | If an empty string (default), this action merely sets up the environment for the simulator |
| ``circuitpython-folder`` | Folder name to use for the CircuitPython checkout | ``cpysim`` | Change this if it conflicts with another file/folder |

## Outputs

| Argument Name | Description | Notes |
| --- | --- | --- |
| ``output-text`` | The text output from the simulator |  |

## License

This library is available under an MIT license.
