Skip to content

Commit

Permalink
add python-github2 library
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Apr 20, 2009
1 parent cf3ba59 commit 1215776
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions p/libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ <h2 id='api_implementations'>API Implementations</h2>

<h3 id='python'>Python</h3>

<p><a href='http://github.com/dustin'>Dustin Sallings&#8217;</a> <a href='http://github.com/dustin/py-github'>py-github</a> project was the first third-party implementation of the v1 API and is tracking the v2 API in a branch as new API endpoints are published.</p>
<p><a href='http://github.com/dustin'>Dustin Sallings&#8217;</a> <a href='http://github.com/dustin/py-github'>py-github</a> project was the first third-party implementation of the v1 API and is tracking the v2 API in a branch as new API endpoints are published. <a href='http://github.com/dustin/py-github'>Fork it</a> it and help keep it awesome.</p>

<p><a href='http://github.com/dustin/py-github'>Fork it</a> it and help keep it awesome.</p>
<p>There is alo a new Python library for the GitHub v2 API called <a href='http://pypi.python.org/pypi/python-github2/0.1.1'>python-github2</a>. It has nearly the full API feature list.</p>

<h3 id='ruby__version_1_api'>Ruby - Version 1 API</h3>

Expand All @@ -59,7 +59,7 @@ <h3 id='ruby__version_2_api'>Ruby - Version 2 API</h3>

<p>The <a href='http://github.com/fcoury/octopi/'>octopi</a> library is one of the first emerging for the GitHub API v2.</p>

<h3 id='perl__version_2_api'>Perl - Version 2 API</h3>
<h3 id='perl'>Perl</h3>

<p>The <a href='http://github.com/fayland/perl-net-github/tree/master'>Net::GitHub</a> library for Perl encapsulates much of the functionality of the GitHub v2 API. You can also download it from <a href='http://search.cpan.org/dist/Net-GitHub/'>CPAN</a>.</p><br/><br/><hr/><div class="span-21 last">&nbsp;</div><hr/>
</div>
Expand Down
10 changes: 6 additions & 4 deletions pages/libraries.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Libraries for accessing the GitHub API from your favorite language

[Dustin Sallings'][dustin] [py-github][py-github] project was the
first third-party implementation of the v1 API and is tracking the v2
API in a branch as new API endpoints are published.
API in a branch as new API endpoints are published. [Fork it][py-github] it and help keep it awesome.

[Fork it][py-github] it and help keep it awesome.
There is alo a new Python library for the GitHub v2 API called [python-github2][python-github2]. It has nearly the full API feature list.

[dustin]: http://github.com/dustin
[py-github]: http://github.com/dustin/py-github
[python-github2]: http://pypi.python.org/pypi/python-github2/0.1.1

### Ruby - Version 1 API ###

Expand All @@ -31,9 +32,10 @@ The [octopi][octopi] library is one of the first emerging for the GitHub API v2.

[octopi]: http://github.com/fcoury/octopi/

### Perl - Version 2 API ###
### Perl ###

The [Net::GitHub][net-perl-github] library for Perl encapsulates much of the functionality of the GitHub v2 API. You can also download it from [CPAN][net-perl-cpan].

[net-perl-cpan]: http://search.cpan.org/dist/Net-GitHub/
[net-perl-github]: http://github.com/fayland/perl-net-github/tree/master
[net-perl-github]: http://github.com/fayland/perl-net-github/tree/master

0 comments on commit 1215776

Please sign in to comment.