Skip to content

Commit

Permalink
Add pygit2 to the list of available bindings.
Browse files Browse the repository at this point in the history
Signed-off-by: Vicent Marti <tanoku@gmail.com>
  • Loading branch information
vmg committed Nov 13, 2010
1 parent 289fc6e commit 558b3f7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2 id="bindings">Language Bindings</h2>

<div class="bullet">
<div class="description">
<h3>Ruby</h3>
<h3>Ribbit (Ruby bindings)</h3>
<p>
Ribbit is the reference library used to make sure the
libgit2 API is sane. This should be mostly up to date.
Expand All @@ -135,9 +135,11 @@ <h3>Ruby</h3>

<div class="bullet">
<div class="description">
<h3>Python</h3>
<p><em>Coming Soon...</em></p>
<h3>pygit2 (Python bindings)</h3>
<p>pygit2 are the Python 2.6+ bindings for libgit2 mantained by David Borowitz.
They should be (mostly) up to date with the library changes.</p>
</div>
<a href="http://github.com/libgit2/pygit2">Get pygit2</a>
</div>

<div class="bullet">
Expand All @@ -149,7 +151,7 @@ <h3>Objective-C</h3>

<div class="bullet">
<div class="description">
<h3>Erlang</h3>
<h3>Geef (Erlang bindings)</h3>
<p>
Geef is an example of an Erlang NIF binding to libgit2. A bit out of
date, but can be made to mostly work.
Expand Down

0 comments on commit 558b3f7

Please sign in to comment.