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

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180524162854-py3-none-any.whl (90.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180524162854.tar.gz
Algorithm Hash digest
SHA256 e5db6e318b5f25449912b9f98122f23cb1b4f4c7ea8eafe391310d074f51a838
MD5 8c772c4f22ecf7ffa3d82da0f7e37829
BLAKE2b-256 f2b342cf948f3dbc08bf41f8216861c67a211835af73fa6f87cc5f4f0caa011e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180524162854-py3-none-any.whl
Algorithm Hash digest
SHA256 b8c1b26280ab099a91a65265889e0e8292ff084cfce5776e2fa8cee86172d216
MD5 72014e02605effb631fcbf63e5ec5b63
BLAKE2b-256 e77043e283d42314d1d3228bc8fe79cc4a2620094f8e5631ee4e84252b2b08c8

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