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

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180608090851-py3-none-any.whl (97.2 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180608090851.tar.gz
Algorithm Hash digest
SHA256 506845cc3e34b82db11c2930e8962f2e12344da504b32783e28cbab2368d591f
MD5 53f68d922000c1c4047b58c50d562f1b
BLAKE2b-256 c54352830eebf597d48b1c26bebd374e25d1aa37c46fcde25d25de598f74c059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180608090851-py3-none-any.whl
Algorithm Hash digest
SHA256 c3b1d81d29e7c55b27a4813ccdc69ffb5a6c83e6ab864cc18165a8c1d8f608da
MD5 f107ee13165a6f8ad721c51a81fd3c4a
BLAKE2b-256 8c71b969843be5467eef9304d304ac39adf19651d86f9724f6a7f0ac2b73a946

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