micropython-extmod-generator icon indicating copy to clipboard operation
micropython-extmod-generator copied to clipboard

Generator for Micropython external modules written in C

Results 3 micropython-extmod-generator issues
Sort by recently updated
recently updated
newest added

Maybe the path of the input module should be added to sys.path in the `generate` script? ``` $ ./micropython-extmod-generator/generate testmod1 Looking for module "testmod1": Traceback (most recent call last): File...

We can use Type Hints (described in [PEP 0484](https://www.python.org/dev/peps/pep-0484/)) to provide even more metadata for the module (types of arguments and return value). With this metadata we can generate extra...