While looking for information about versioned databases, I came across the gitmodel project for Ruby, which is a versioned ORM on top of git.
There are a few projects I'm involved in that could benefit from some sort of versioned data store, and Git seems like a natural solution in this space. Our team is already familiar both with the git command line tools and the use of programmatic interfaces to git, such as dulwich, so something like gitmodel would play to our existing experience.
Is there anything similar available for Python?