Ross ROSS = Recommend OSS · open-source software intelligence for agents

jelmer/dulwich

Pure-Python Git implementation observed · 2026-08-28

github.com/jelmer/dulwich · homepage · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100

Flags: no_license

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: 9
  • age_days: 6373
  • days_rel: 9
  • days_push: 7
  • n_releases_24m: 36

Full methodology

Adoption not part of the score

2272 stars · 441 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Dulwich is a pure-Python implementation of Git's file formats and network protocols, providing both low-level access to Git objects and a high-level 'porcelain' API mirroring Git commands. It requires no Git binary or native code, with optional Rust extensions for performance.

Use cases

  • read and write git repositories from python without installing git
  • programmatically clone, commit, push and pull git repos in python
  • parse git pack files and objects in pure python
  • embed git functionality in a python application or server
  • work with git repositories on systems where git binary is unavailable
  • implement custom git tooling with a typed python library

When to choose

  • you need git functionality in pure Python with no git binary dependency
  • you're deploying to environments where installing git or native extensions is impractical
  • you need fine-grained programmatic access to git objects, refs, and pack files
  • you want a typed, maintained library compatible with C Git repositories

When to avoid

  • you need maximum performance for heavy git operations and can use native bindings
  • you just need to shell out to git commands - GitPython may be simpler
  • you need pygit2's libgit2 speed for large-scale repository processing

Facets

library · maturity active

version-control developer-tools parser http-client version-control developer-tools programming-languages python cross-platform windows git pure-python rust-extensions porcelain-api git-protocol sha-256 linux macos pypy

3 sources

Member repositories

RepositoryRoleHealth v2
jelmer/dulwichmain99

For agents

markdown · JSON · MCP: product_card(name="jelmer/dulwich")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem