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

Uploaded Source

Built Distribution

IGitt-0.4.1.dev20180318094732-py3-none-any.whl (79.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180318094732.tar.gz
Algorithm Hash digest
SHA256 833320c896a0f3fbae7351d5cfdf30cb285a75cc7e63793110d08bba4051eeea
MD5 f60eb88db32065f2b976c12a50672495
BLAKE2b-256 d75949311e59c9a4ff7535832ddc058b872e2c8b325b999d971612e89db46cca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for IGitt-0.4.1.dev20180318094732-py3-none-any.whl
Algorithm Hash digest
SHA256 2727b50fe06a40ebd50169b63da6ae32cc3363b2cde78d81ccb81329a3162987
MD5 d7befcdf540f6e91e7b341365cdfdd65
BLAKE2b-256 70b427d36f83aae2544346cd203304369c8ef8dda9651ba91d15abe7f6d10a2a

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