Small library to cover non provided methods by pygithub
Project description
GitHub Utils API
What is it?
This package is used to provide a simple python interface for interacting with GitHub. It is based on the official public Rest API documentation and private methods discovered by the community.
This project is documented at https://githubutilsapi.readthedocs.io/
How to Install?
From PyPI
$ pip install github-utils-api
From Source
- Git clone repository
- Use
pip install -r requirements.txt
to install the required packages - or
pipenv install && pipenv install --dev
How to use?
Import this python package and code.
from githubutilsapi import GithubUtilsApi
How to contribute?
First of all, I am happy for any PR requests. Let's fork and provide your changes :)
- Fork this project
- Install required software Python3
- Make your changes
- Remember to generate documented methods
- Test your changes and create the pull request
License
This project is licensed under the terms of the MIT license.
For a copy, see https://opensource.org/licenses/MIT.
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
File details
Details for the file github-utils-api-0.69.0.tar.gz
.
File metadata
- Download URL: github-utils-api-0.69.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a92a72fcc1de2669d0da63cdf3df703ca124b837bba76ac2692ec6a8d268df08 |
|
MD5 | 474cec8ed8dc4e621e2ba636a0fddb69 |
|
BLAKE2b-256 | 3fb20cee944efdd8fafb43269f44e4f6a8339961fa4a98372d000c9ae4cff7a6 |
File details
Details for the file github_utils_api-0.69.0-py3-none-any.whl
.
File metadata
- Download URL: github_utils_api-0.69.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d8b4960d857323555e09eb05ea8e292a333e559ad2fb161f4bb9c7281c23cc4 |
|
MD5 | b5a23d3533a8b50a52aa8fb40974c204 |
|
BLAKE2b-256 | f9972779d22554fbe1079b35b98105b4e6df715e805636d85cd9120d4c036430 |