Skip to content

DillonB07/GitAPI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!