Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroPython Package Registry

A searchable index for MicroPython packages that live scattered across individual GitHub repos.

Browsing and installing packages

Note

This is still in development, we are working on easier integration with mpremote.

The easiest way to browse and install packages is the MicroPython Helper extension for VS Code - search the registry by name or category and install a package straight to a connected board with one click, no manual mip install commands needed. This is the primary, recommended way to use the registry.

Prefer the command line? Every package here stays hosted in its own GitHub repo, so you can also install it the same way you'd install any mip-compatible package directly from GitHub:

mpremote mip install github:SolderedElectronics/Soldered-MicroPython-INA219

or from the device's own REPL:

import mip
mip.install("github:SolderedElectronics/Soldered-MicroPython-INA219")

Before installing anything: mip install fetches and runs third-party code on your device. Nothing in this registry is code-reviewed. There are CI only checks that a submission is well-formed and the repo exists, not that the code itself is safe. See the trust note in SCHEMA.md before installing from a package you don't already know.

Submitting a package

Want to add your own package? See CONTRIBUTING.md.

License

MIT.


By Soldered Electronics for the MicroPython community.

Looking for MicroPython-compatible hardware? Check out our boards and modules at soldered.com - designed and made in Europe.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages