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

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180707030909-py3-none-any.whl (99.2 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180707030909.tar.gz
Algorithm Hash digest
SHA256 b4b5f5356c23c7b49d45eae6fd0288d831ac5baeefdb1ae7dfde520d4623ae61
MD5 46fa374c06fd2cdae0fd5d031322626b
BLAKE2b-256 335dde8db09d05acf77666d706134e105decee151044d9cc6caa9a96429c1b73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180707030909-py3-none-any.whl
Algorithm Hash digest
SHA256 ac00d73c55e671cb767949d0fc31201b5dedb73f22fb8c6e60fa6a29a263076a
MD5 7987bab0c93ed4d13fa6b26a58ce7622
BLAKE2b-256 5e98a4ac628b73130c9add689493c7c2d103db1926897b75bd0c7fadbc981eed

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