awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesFork-Sourced Package Installations

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.

Awesome Fork-Sourced Package Installations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • masterminds/glideAvatar von Masterminds

    Masterminds/glide

    8,095Auf GitHub ansehen↗

    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.

    Gogogolangpackage-management
    Auf GitHub ansehen↗8,095
  • micropython/micropython-libAvatar von micropython

    micropython/micropython-lib

    2,755Auf GitHub ansehen↗

    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.

    Pythonmicropython
    Auf GitHub ansehen↗2,755
  1. Home
  2. Development Tools & Productivity
  3. Package Installers
  4. Fork-Sourced Package Installations

Unter-Tags erkunden

  • Import Path Source MappingsMapping a dependency to an alternative source, such as a fork, while keeping the original import path. **Distinct from Fork-Sourced Package Installations:** Distinct from Fork-Sourced Package Installations: maps import paths to alternative sources without changing import statements, not just installing from a fork URL.