Pygit2 is a set of Python bindings to the libgit2 shared library, which implements the Git core methods. Unfortunately, it only seems to provide an API towards plumbing commands.
Is there any python library built on the top of pygit2 which provides an implementation of the most common git porcelain commands?