An async GitHub API library
Project description
An asynchronous GitHub API library.
Development status
Installation
Gidgethub is available on PyPI.
python3 -m pip install gidgethub
Gidgethub requires Python version 3.7 and up.
Goals
The key goal is to provide a base 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.
Alternative libraries
If you think you want a different approach to the GitHub API, GitHub maintains a list of libraries.
Aside: what’s with the name?
I couldn’t think of a good name that was somehow a play on “GitHub” or somehow tied into Monty Python. And so I decided to play off of GitHub’s octocat mascot and use my own cat’s name, Gidget, in some way. Since “Gidget” somewhat sounds like “git”, I decided to go with “gidgethub”.
Changelog
See the documentation for the full changelog.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for gidgethub-5.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ac9cf5314aac0f3a33f46127d4a538d0ed1a7030027eb2fc4aa3b55c66abcef |
|
MD5 | ac3223506d6b9e6e1c5ed2b22dda13dc |
|
BLAKE2b-256 | f8817a6305b73fe33f4e5ed1c7f3f05fcc0f652d68f007acd219f65b3b1d4b8a |