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

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180606102630-py3-none-any.whl (95.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180606102630.tar.gz
Algorithm Hash digest
SHA256 0315b86d0c8fbdb0529f98b18d84ccb74276b7400037cf083636cb5b2759a30e
MD5 411b9eb3cb66f81ad46a8e02e89c16a0
BLAKE2b-256 a576abbd983011584c85ac68eeb23750f49530c88aabfd7b8adf4785876e87af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180606102630-py3-none-any.whl
Algorithm Hash digest
SHA256 7c118ec4c009ea20c9cf4020bd1f85f3396dd7c292965c7a27d71d9e9bf7a46c
MD5 fd0e98d6ec4d303446c859c0c2ae8ad7
BLAKE2b-256 75d16093c5697c1eebd4caf2c277d5c48fed33b94855d24a9dcad04def6dd40c

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