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

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180607094137-py3-none-any.whl (96.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180607094137.tar.gz
Algorithm Hash digest
SHA256 ac3a9d77582420697c7b9cc501dcebf3319281d0936a31091fbe6115126af318
MD5 8b01992728c33fab3dc4296fba115e0f
BLAKE2b-256 75562b8af48ebd880daf44da357a6a3a641c10a2fb157164ad373fb274029bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180607094137-py3-none-any.whl
Algorithm Hash digest
SHA256 afb2237cb102ec3a13e31e77cffab894368a9b9cfe600c6c798d39be5ca6e7d3
MD5 98b61e72a0301652edd165af7e6c0bf3
BLAKE2b-256 6faa314542b5c1c85e91f082108120628acc9a35d6373fd60a56c4c52b6ee204

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