dvershinin / gh

Low-level GitHub API request interface, with caching.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh

Build Status PyPI version

Low-level GitHub API request interface. With caching.

It's similiar to the official hub api, but:

  • only GET commands supported
  • automatic caching by ETag and Cache-Control will speed up repeat queries and won't burn your rate limit
  • based on Python

Synopsis

gh repos/dvershinin/lastversion/license # outputs JSON with license of a given repo

Install

pip install --user gh-api

About

Low-level GitHub API request interface, with caching.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 96.1%Language:Makefile 3.9%