DIY Git in Python

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dulwich

    Pure-Python Git implementation

  • build-your-own-x

    Master programming by recreating your favorite technologies from scratch.

  • Two more Python implementations are mentioned in build-your-own-x [0].

    - https://wyag.thb.lt

    - https://benhoyt.com/writings/pygit/

    [0]: https://github.com/codecrafters-io/build-your-own-x#build-yo...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cl-git

    A Common Lisp implementation of parsers for the git object file formats (by fiddlerwoaroof)

  • I implemented a read-only implementation of git here: https://github.com/fiddlerwoaroof/cl-git

    It’s nearly complete, I just have to finish a couple annoying edge cases around delta compression.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts