Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.08 KB

File metadata and controls

60 lines (45 loc) · 1.08 KB

Welcome to pygit2's documentation!

Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2 implements the core of Git. Pygit2 works with Python 2.7, 3.2, 3.3, 3.4 and pypy.

It is likely to work with Python 2.6 and 3.1, but these versions are not officially supported.

Pygit2 links:

Start:

.. toctree::
   :maxdepth: 1

   install
   development
   recipes

Usage guide:

.. toctree::
   :maxdepth: 1

   general
   repository
   oid
   objects
   references
   revparse
   log
   working-copy
   diff
   merge
   config
   remotes
   submodule
   blame
   settings
   features


Indices and tables