A git(hub/lab/...) hosting abstraction library.
Project description
IGitt
This is a simple library that allows you to access various git hosting services like GitHub, GitLab and so on via one unified python interface.
Installation
Make sure you have Python 3 installed. IGitt will not work with Python 2.
Simply install it with:
pip install IGitt
Quickstart
All classes follow the APIs given in IGitt.Interfaces. Here’s an example on how to set labels on a GitHub issue:
from IGitt.GitHub.GitHubIssue import GitHubToken, GitHubIssue issue = GitHubIssue(GitHubToken("YOUR TOKEN"), "ORG/REPO", NUMBER) issue.labels = {"type/bug", "area/core"}
For more documentation you’ll have to check the documentation comments for now.
More docs are available at IGitt.GitMate.io.
What About the Name?
This is an Interface for Git hosting services. Igitt itself comes from the german language and can be defined “an exclamation of disgust in regards to an offensive odor, taste, sight, or thought”.
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
IGitt-0.4.2.dev20181122162734-py3-none-any.whl (103.9 kB) Copy SHA256 hash SHA256 | Wheel | py3 | |
IGitt-0.4.2.dev20181122162734.tar.gz (75.3 kB) Copy SHA256 hash SHA256 | Source | None |