Skip to main content

A git(hub/lab/...) hosting abstraction library.

Project description

.. image:: .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.

```
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 **I**\ nterface 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.dev20180318102509.tar.gz (55.7 kB view details)

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180318102509-py3-none-any.whl (78.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180318102509.tar.gz
Algorithm Hash digest
SHA256 69ec1f852870cab256b5ae411f9b575b1ca7c931132362b0da619fceecc592b3
MD5 b40af0e6936054fff405ea350b21a7b7
BLAKE2b-256 d9179d772906730853663fbf5538f083ac784abf5c26d7454b55d2955b805ffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180318102509-py3-none-any.whl
Algorithm Hash digest
SHA256 c7ae26caf52d4e7c7fd7fcfb4de1bce2476ed845bbb8d1887a05c2b362efb025
MD5 c1d718cd6f9f3679d7466ab77ab9ef53
BLAKE2b-256 2021f79ca133899da1b2aa24b94f9a800b4989f89a2dd78632dc38ef9b6ccd29

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