jelmer/dulwich
Pure-Python Git implementation 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
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
- readme: https://github.com/jelmer/dulwich · fetched 2026-08-28 · 8aee7f8cace9
- homepage: https://www.dulwich.io/ · fetched 2026-08-29 · 1b20017f6a6a
- site_page: https://www.dulwich.io/getting-started · fetched 2026-08-29 · 41006ac02d50
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jelmer/dulwich | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem