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

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180722120744-py3-none-any.whl (101.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180722120744.tar.gz
Algorithm Hash digest
SHA256 ea4287ad513c5253ab53ca8b8873a028af5e9d23650507846afd9b8f9981b198
MD5 73c46e9978560f2bdc858480586cf92d
BLAKE2b-256 8a53d1870c541b61c8550a9bed9cf26dd12089c198c03f42543c0e76f3913cdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180722120744-py3-none-any.whl
Algorithm Hash digest
SHA256 2bf8cd77ef9dd83c00906d1b8fb0cf0903b4ab6e6b480bc115fbc7171a3097f6
MD5 a938e2bf2015cf3d9839c302ebd1c89d
BLAKE2b-256 1aa4a73d76aabb473ddedfd0d19907486d2acae93505564514c98903b66612b8

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