Libraries for accessing the GitHub API from your favorite language
Dustin Sallings' 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. Fork it it and help keep it awesome.
There is alo a new Python library for the GitHub v2 API called python-github2. It has nearly the full API feature list.
The github-control library is currently doing work using the v1 API. The aim is to build a library which others can build on top of.
It currently has features which need to be enabled on the v2 API as they were in pre-release when developed.
The github-party library is also using the v1 API.
The octopi library is one of the first emerging for the GitHub API v2.
The Net::GitHub library for Perl encapsulates much of the functionality of the GitHub v2 API. You can also download it from CPAN.