Skip to main content

An asynchronous python wrapper around the GitHub API

Project description

Github API Wrapper

.. image:: https://discord.com/api/guilds/963406460107235328/widget.png :target: https://discord.gg/DWhwsQ5TsT :alt: Discord Server Invite

Easy to use Python wrapper for the Github API.

Key Features

  • Modern Pythonic Interface
  • Easy to use

Installing

Python 3.8 or higher

To install the library, run the following command

.. code:: sh

#Linux/macOS python3 -m pip install -U git+https://github.com/VarMonke/Github-Api-Wrapper

#Windows py -m pip install -U git+https://github.com/VarMonke/Github-Api-Wrapper

Quick Example

.. code:: py

import github import asyncio

async def main(): client = await github.GHClient() return await client.get_user(user='GithubPythonBot')

user = asyncio.run(main()) print(user) print(user.html_url)

.. code:: sh #Output <User login: 'GithubPythonBot', id: 104489846, created_at: 2022-04-27 07:31:26> https://github.com/GithubPythonBot

Links

Discord Server <https://discord.gg/DWhwsQ5TsT>_

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

github_python-1.2.2-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

Details for the file github_python-1.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for github_python-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 61f747c5e78403b3af94d1e0ee62beb5d4b3b200969e79b5b13f9eb42b303f28
MD5 a221e01375c603b2bc8cea7a5be28da8
BLAKE2b-256 9141511600a81e5dd560918ee36948f83253101c71b3eeecc2686304295a0471

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page