buildinspace/peru
a generic package manager, for including other people's code in your projects observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 48
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4694
- days_rel: n/a
- days_push: 315
- n_releases_24m: 0
Adoption not part of the score
1148 stars · 71 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Peru is a generic package manager for including other people's code in your projects. It fetches dependencies from git, hg, svn, or tarballs, pins exact versions for reproducibility, and integrates into scripts and Makefiles.
Use cases
- vendor third-party code into my repo without git submodules
- pin exact versions of dependencies fetched from git or tarballs
- automate fetching external libraries as part of a make build
- manage dependencies from mixed sources like hg, svn, and tarballs
- keep vendored dependencies in sync automatically on every build
- replace copy-pasted shared code with a tracked dependency
When to choose
- you build with make or plain scripts and want dependency fetching automated
- your dependencies come from heterogeneous sources (git, hg, svn, tarballs)
- you want reproducible vendored dependencies without global installs or source-control interference
When to avoid
- you need a language-ecosystem package manager with registry search and semantic version resolution
- you want runtime dependency installation rather than build-time code fetching
- your project already works well with git submodules or a native package manager
Facets
cli-tool · maturity active
package-manager cli developer-tools build-tool developer-tools version-control windows python cli dependency-management vendoring reproducible-builds git-submodules-alternative polyglot-dependencies command-line automation linux macos
2 sources
- readme: https://github.com/buildinspace/peru · fetched 2026-08-28 · 17e167b07dae
- registry_pypi: https://pypi.org/pypi/peru/json · fetched 2026-08-29 · 458f33d27484
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| buildinspace/peru | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="buildinspace/peru")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem