Skip to main content

githubkit

license pypi python black pyright ruff pre-commit

✨ The modern, all-batteries-included GitHub SDK for Python ✨

✨ Support both sync and async calls, fully typed

✨ Always up to date, like octokit ✨

Documentation | Report Bug | GitHub Docs

githubkit aims to be an easy-to-use, fully typed, and always up-to-date GitHub SDK for Python. It is inspired by octokit.

githubkit provides several features including:

  • Support both sync and async calls
  • Multiple authentication ways and OAuth flow support
  • Calling REST API and GraphQL easily
  • REST API versioning, including GHEC
  • Built-in pagination support
  • Optional data validation with Pydantic, for both webhook events and REST API responses
  • Built-in http cache (powered by Hishel for HTTPX) and auto retry
  • Lazy loading of APIs and models
  • Fully typed APIs

Getting Started

For more, see the documentation.

Installation

Install githubkit with the package manager of your choice:

pip install githubkit
# or, use poetry
poetry add githubkit
# or, use pdm
pdm add githubkit
# or, use uv
uv add githubkit

Usage

Create a Personal Access Token (PAT) and use it to create a GitHub instance:

from githubkit import GitHub

github = GitHub("<your_token_here>")

Then, enjoy githubkit now!

from githubkit import Response
from githubkit_schemas.latest.models import FullRepository

resp: Response[FullRepository] = github.rest.repos.get("owner", "repo")
repo: FullRepository = resp.parsed_data
print(repo.full_name)

Development

[!TIP] Open in Codespaces (Dev Container):

Open in GitHub Codespaces

See the development in the contributing guide.

Contributors

Thanks to the following people who have contributed to this project:

contributors

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

githubkit-0.16.1.tar.gz (37.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

githubkit-0.16.1-py3-none-any.whl (42.9 kB view details)

Uploaded Python 3

File details

Details for the file githubkit-0.16.1.tar.gz.

File metadata

  • Download URL: githubkit-0.16.1.tar.gz
  • Upload date:
  • Size: 37.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.4 {"installer":{"name":"uv","version":"0.12.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for githubkit-0.16.1.tar.gz
Algorithm Hash digest
SHA256 f56ea4e796f169773d114c7f39089790f99443f1d05871d594d6bdca7928945c
MD5 af43d5a19d3af9f53f06c0c5099297c6
BLAKE2b-256 45a8ebfcbddccb3e813837600f4cdb79fc462fd284c1db03abc1ad31072d0757

See more details on using hashes here.

File details

Details for the file githubkit-0.16.1-py3-none-any.whl.

File metadata

  • Download URL: githubkit-0.16.1-py3-none-any.whl
  • Upload date:
  • Size: 42.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.4 {"installer":{"name":"uv","version":"0.12.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for githubkit-0.16.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a791e0eb57ec80824a711321376c5816aa1cd204e6982e4ad5ddce6c87490863
MD5 dd3dd1ba07bc5d4bdca0ef5afe4b5a45
BLAKE2b-256 b0ebee6424e6d257433a8a62e86016cdbce6efdbd26d7db5735c5c099da85e44

See more details on using hashes here.

Release history Release notifications | RSS feed

This release
Image

0.16.1 This release

2 files

Image

0.16.0

2 files

Image

0.15.5

2 files

Image

0.15.4

2 files

Image

0.15.3

2 files

Image

0.15.2

2 files

Image

0.15.1

2 files

Image

0.15.0

2 files

Image

0.14.7

2 files

Image

0.14.6

2 files

Image

0.14.5

2 files

Image

0.14.4

2 files

Image

0.14.3

2 files

Image

0.14.2

2 files

Image

0.14.1

2 files

Image

0.14.0

2 files

Image

0.13.7

2 files

Image

0.13.6

2 files

Image

0.13.5

2 files

Image

0.13.4

2 files

Image

0.13.3

2 files

Image

0.13.2

2 files

Image

0.13.1

2 files

Image

0.13.0

2 files

Image

0.12.16

2 files

Image

0.12.15

2 files

Image

0.12.14

2 files

Image

0.12.13

2 files

Image

0.12.12

2 files

Image

0.12.11

2 files

Image

0.12.10

2 files

Image

0.12.9

2 files

Image

0.12.8

2 files

Image

0.12.7

2 files

Image

0.12.6

2 files

Image

0.12.5

2 files

Image

0.12.4

2 files

Image

0.12.3

2 files

Image

0.12.2

2 files

Image

0.12.1

2 files

Image

0.12.0

2 files

Image

0.11.14

2 files

Image

0.11.13

2 files

Image

0.11.12

2 files

Image

0.11.11

2 files

Image

0.11.10

2 files

Image

0.11.9

2 files

Image

0.11.8

2 files

Image

0.11.7

2 files

Image

0.11.6

2 files

Image

0.11.5

2 files

Image

0.11.4

2 files

Image

0.11.3

2 files

Image

0.11.2

2 files

Image

0.11.1

2 files

Image

0.11.0

2 files

Image

0.10.7

2 files

Image

0.10.6

2 files

Image

0.10.5

2 files

Image

0.10.4

2 files

Image

0.10.3

2 files

Image

0.10.2

2 files

Image

0.10.1

2 files

Image

0.10.0

2 files

Image

0.9.8

2 files

Image

0.9.7

2 files

Image

0.9.6

2 files

Image

0.9.5

2 files

Image

0.9.4

2 files

Image

0.9.3

2 files

Image

0.9.2

2 files

Image

0.9.1

2 files

Image

0.9.0

2 files

Image

0.8.5

2 files

Image

0.8.4

2 files

Image

0.8.3

2 files

Image

0.8.2

2 files

Image

0.8.1

2 files

Image

0.8.0

2 files

Image

0.7.0

2 files

Image

0.6.2

2 files

Image

0.6.1

2 files

Image

0.6.0

2 files

Image

0.5.0

2 files

Image

0.4.2

2 files

Image

0.4.1

2 files

Image

0.4.0

2 files

Image

0.3.0

2 files

Image

0.2.0

2 files

Image

0.1.0

2 files

Image Anthropic, PBC Visionary sponsor Image Bloomberg Visionary sponsor Image Hudson River Trading Visionary sponsor Image Meta Visionary sponsor Image NVIDIA Visionary sponsor Image Microsoft Sustainability sponsor Image Depot Continuous Integration Image AWS Cloud computing and Security Sponsor Image Datadog Monitoring Image Fastly CDN Image Google Download Analytics Image Sentry Error logging Image StatusPage Status page