Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gbiondo1310/micropython_libraries

A compehensive list of micropython libraries for IDEs autocompletion
https://github.com/gbiondo1310/micropython_libraries

esp32 micropython micropython-esp32 python

Last synced: about 6 hours ago
JSON representation

A compehensive list of micropython libraries for IDEs autocompletion

Awesome Lists containing this project

README

        

# Micropython libraries to help with IDEs autocompletion.

# Install in editable mode:
Download the repo and:
```
pip install -e .
```

# Install from github:
```
pip install micropython_libraries@git+"https://github.com/GBiondo1310/micropython_libraries.git#egg="
```
### Note:
It's advised to create a separate venv to install this package in, in order not to create conflicts with the python standard library. Then activate that separate env when you need the autocompletion