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

IGitt-0.4.1.dev20180319120636.tar.gz (56.1 kB view details)

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180319120636-py3-none-any.whl (79.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180319120636.tar.gz
Algorithm Hash digest
SHA256 005b4d0adcaf4a5644f8666fea43bf0ed03ae4f79c3ab5721ed9950c1eca339e
MD5 a0485db00c892b03ddad1097563a6d2e
BLAKE2b-256 69eb5de99a2afed5aeb82fa4f36020ee59403711796b75b40079b28e63d6d95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180319120636-py3-none-any.whl
Algorithm Hash digest
SHA256 6880ce7743acd4aab5eb2fcc433ec00c42fd707671b9b48e1b10e88c01ee4a02
MD5 08b26e22237f753bba3814737f403a44
BLAKE2b-256 2695ed1a1c87e6a249983d307bdbc6d739bf68a29fdd3014b643b7580cc13ffc

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