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".
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
Built Distribution
Close
Hashes for IGitt-0.4.1.dev20180317153318.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 000cffb654d34b830a512861d287c89d6a00d4c7600283dad8db9e3d026d2a19 |
|
MD5 | ed3eee5af2e25ccd4394e7884c9ec7ba |
|
BLAKE2b-256 | 4325485cbe316b813f600f4857c65dcb3e44c67a7612d8dfc8f396d0d1ce172b |
Close
Hashes for IGitt-0.4.1.dev20180317153318-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c077a75b16b52c3b8706aadccbb58d0c6691cb7f345be196a024b46b5ef8100 |
|
MD5 | b380666c8b20db5a7281dfc0d51c0b80 |
|
BLAKE2b-256 | d1bee5862872c906dfd6dbffb82483805e08ef40757424265bf7c9fd7035ed6b |