2 Repos
Installs MicroPython packages from forked repositories by specifying custom package index URLs.
Distinct from Package Installers: Distinct from Package Installers: focuses on installing from forked sources via custom URLs, not from the primary repository.
Explore 2 awesome GitHub repositories matching development tools & productivity · Fork-Sourced Package Installations. Refine with filters or upvote what's useful.
Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz
Maps a dependency to an alternative source, such as a fork, while keeping the original import path.
micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries designed to run on microcontrollers and other constrained devices. It implements a reduced subset of CPython's standard library, adapting familiar Python interfaces to fit within the limited memory and processing power of embedded systems. The project enables developers to reuse existing Python knowledge on MicroPython hardware by offering minimalist implementations of core modules. The library supports multiple methods for getting code onto devices, including copying single-fil
Provides installation of MicroPython packages from forked repositories using custom index URLs.