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
.. code-block:: console
$ pip install github-utils-api
From Source
- Git clone repository
- Use :code:
pip install -r requirements.txt
to install the required packages - or :code:
pipenv install && pipenv install --dev
How to use?
Import this python package and code.
.. code-block:: python
from github_utils_api import GitHub
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
- Remeber 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
Hashes for github_utils_api-0.60.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fc5ae3750a1e30a293d2e053c02eb3b8a860a6703a8818deb6d8b963560c90a |
|
MD5 | 211aa4b3b6a9ff4ef19c3cda26b7ae5b |
|
BLAKE2b-256 | 326539e907cfbe36868244c339cc6a27d99c1f1781de5ce760c3c4a033f54483 |