Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gbiondo1310/micropython_libraries
- Owner: GBiondo1310
- License: mit
- Created: 2024-03-16T09:10:37.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T11:13:26.000Z (11 months ago)
- Last Synced: 2024-12-09T14:19:49.233Z (about 2 months ago)
- Topics: esp32, micropython, micropython-esp32, python
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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