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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180319140628.tar.gz
Algorithm Hash digest
SHA256 e56d79e1b11f961da40e35c63d3c932a352804262a9da933799f1d2778849b8c
MD5 289943d25ab12790faea56957bee8743
BLAKE2b-256 d5089554952d0ae777d3287dfec3f2ca12fadd0a3b76ed58052fa1b2bffb7a6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180319140628-py3-none-any.whl
Algorithm Hash digest
SHA256 9fcb1a73e9318acfda8673c75a46351df797a6c320436e628e09d0ceb90e201b
MD5 7a0485f74148c742a530c9159e79e973
BLAKE2b-256 5b602241126c9836496e42d086b5948caee1785d6c2c9f85822bf6c9fb406a91

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