summaryrefslogtreecommitdiff
path: root/devel/py-gidgethub/DESCR
blob: 60e9c821f35b84ec8419e4deef3b0ea1d9806611 (plain)
1
2
3
4
5
6
7
This is a library for the GitHub API which performs no I/O of its
own (a sans-I/O library). This allows users to choose whatever HTTP
library they prefer while parceling out GitHub-specific details to
this library. This base library is then built upon to provide an
abstract base class to a cleaner API to work with. Finally,
implementations of the abstract base class are provided for
asynchronous HTTP libraries for immediate usage.