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

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180709154910-py3-none-any.whl (99.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180709154910.tar.gz
Algorithm Hash digest
SHA256 37063543b865582a9658b1cd1ea0d2786fe48ab24f9c83ce80cf14d824d9b584
MD5 368458ab18e2bd29dc0f5039d261d0d7
BLAKE2b-256 6ed0ead41a1010152b95cbdcb3a7c407a139290e4245d2a1f82ff1aad8f6277a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180709154910-py3-none-any.whl
Algorithm Hash digest
SHA256 aaf9306ef2a81b36dc0cd6bc774af826c93224af25fe000fbf325c12bf032aee
MD5 6df2663fb9a6e00beffaef8456b2c374
BLAKE2b-256 444d47c4af734fc11ad57e1ced0b0a1903aefc64bc4c74693cdd1cc62bc33f65

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