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 coming soon :)
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 | 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 IGitt-0.4.1.dev20180318203249.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9b104740d5042b114fc741d0a97da679bba1cd4fa53ba02b3e09cbe093abf01 |
|
MD5 | a82309e72c4e9e29a7c904d3c1d8b4a6 |
|
BLAKE2b-256 | cf6e9c24559360358daca1fa5cec454afeea73990e38a095951d639956db519a |
Hashes for IGitt-0.4.1.dev20180318203249-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b854b50dc92f7409e3cf296349a2d7ea30e77c260ebeff7cccd2ead383695db |
|
MD5 | b57a4b2ed15ea1f9a9933057495fa134 |
|
BLAKE2b-256 | d6d4e2ccb48d8706ee3fd4942ed1d389c98cd67d0aa91746af27d13e5bc96820 |