Skip to main content

A git(hub/lab/...) hosting abstraction library.

Project description

.gitlab/logo_256.png

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 | 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

IGitt-0.4.1.dev20180325114952.tar.gz (56.3 kB view details)

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180325114952-py3-none-any.whl (79.2 kB view details)

Uploaded Python 3

File details

Details for the file IGitt-0.4.1.dev20180325114952.tar.gz.

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180325114952.tar.gz
Algorithm Hash digest
SHA256 6ec41d90f0e1b13e1ec65760546831095db4e75dd1c48359ed517eba81f650d9
MD5 d6319afb96dd21e3b17d723914ba7a6b
BLAKE2b-256 233be5be8f592c5acde48a08824ff4fb550ed9cb665cdbb20a17504d821dadec

See more details on using hashes here.

File details

Details for the file IGitt-0.4.1.dev20180325114952-py3-none-any.whl.

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180325114952-py3-none-any.whl
Algorithm Hash digest
SHA256 868181208da099d7a4db2f46bf9b8616ed13583f87cec260b5ae1c0832581c79
MD5 7d629a104cdd23869daa37b5b81f4fa0
BLAKE2b-256 16ca3a69b60b5277fbf967754b85c1130a09f7e4e5351f7b6b7882310a94d585

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page