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.dev20180326113412.tar.gz (59.1 kB view details)

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180326113412-py3-none-any.whl (83.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180326113412.tar.gz
Algorithm Hash digest
SHA256 acc8222257d941c1a359f0f66c7b8b7d43a59f01139cb2217e70eeeb4a6d30ae
MD5 6c737299d1eff692f758226dba68949c
BLAKE2b-256 33ddfaeaca29ac48a0ab81e8a138dff2092141a32048f5fcd29430e45e017c6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180326113412-py3-none-any.whl
Algorithm Hash digest
SHA256 c264878b55f678ce99a4b596c0ea09604463189a6fbcfc227077925cb461b764
MD5 6e6a6a65be47352a0d79f9e29fbf846e
BLAKE2b-256 2eb6c4aa0c0489d5c5e21dd04f0ef83138a6e77427f7521208f9767af10ca817

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