pyGitAPI
pygitapi is a package that allows you to use the GitHub GraphQL API with ease in your Python programs.
BitBucket and GitLab API integration is planned! See #18 and #19
Installation
Anyone can use this package by installing it from PyPi via one of the following commands:
Pip
pip install --upgrade pygitapipip3 install --upgrade pygitapipython -m pip install --upgrade pygitapipython3 -m pip install --upgrade pygitapiAdd the
--preflag to get the latest pre-release
Poetry
poetry install pygitapi@latestAdd the
--allow-prereleasesflag to get the latest pre-release
Conda
conda install pygitapiYou will not be able to install pre-releases on conda
Pipenv
pipenv install --selective-upgrade pygitapiAdd the
--preflag to get the latest pre-release
Usage
Just import the modules you need and get started!
Check out the documentation here: https://docs.pygitapi.cf
Documentation is being worked on #13
License
This project is licensed under the LGPLv3 license.
We also follow the all-contributors guidelines.
Contributors β¨
Thanks goes to these wonderful people (emoji key):
kokomi simp :3 π» π¬ |
Dillon Barnes π» π π§ |
This project follows the all-contributors specification. Contributions of any kind welcome!