Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

DillonB07/GitAPI

All Contributors

pyGitAPI

Tests PyPI PyPI - Downloads PyPI - Format PyPI - Status PyPI - License

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 pygitapi
pip3 install --upgrade pygitapi
python -m pip install --upgrade pygitapi
python3 -m pip install --upgrade pygitapi

Add the --pre flag to get the latest pre-release

Poetry

poetry install pygitapi@latest

Add the --allow-prereleases flag to get the latest pre-release

Conda

conda install pygitapi

You will not be able to install pre-releases on conda

Pipenv

pipenv install --selective-upgrade pygitapi

Add the --pre flag 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!