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

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180607151309-py3-none-any.whl (96.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180607151309.tar.gz
Algorithm Hash digest
SHA256 19dc901ed1124454a2652266c3382368499c1090b446d1cca06846b8a5e56efd
MD5 368a60aa774b62b13f08892a4e083e5c
BLAKE2b-256 d0dbbfb0c312e8dc0a2ae13a75e07b7f5deb98556023910587bf2aaa25be6c58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180607151309-py3-none-any.whl
Algorithm Hash digest
SHA256 25a64e7d14b1a32579a4fad237be700724c8649e5f80c5ab41cf6fbfe2e9df42
MD5 c43c87b780fd98c994d20b45336076dd
BLAKE2b-256 7706e74d2cc7332e54f7159347108cfe92c4ec60f1611d7de75042cf4828ce2d

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