An async GitLab API library
Project description
An asynchronous GitLab API library.
This library is based on gidgethub from Brett Cannon, an async GitHub API library.
I liked the concept and decided to adapt it to the GitLab API. All credit to Brett Cannon for the initial library.
Installation
Gidgetlab is available on PyPI.
python3 -m pip install gidgetlab
Note that the library is still in alpha development stage.
Goals
The key goal is the same as gidgethub (but for GitLab): to provide a base library for the GitLab API which performs no I/O of its own (a sans-I/O library). This allows users to choose whatever HTTP library they prefer while parceling out GitLab-specific details to this library. This base library is then built upon to provide an abstract base class to a cleaner API to work with. Finally, implementations of the abstract base class are provided for asynchronous HTTP libraries for immediate usage.
Alternative libraries
If you think you want a different approach to the GitLab API, GitLab maintains a list of libraries.
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
File details
Details for the file gidgetlab-0.2.0.tar.gz
.
File metadata
- Download URL: gidgetlab-0.2.0.tar.gz
- Upload date:
- Size: 44.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7b09daf1c20c176f0d4e121605d199efbf4783377487b8be4706eec49d3880f |
|
MD5 | 006581fae123e8e4effc397fc45eb63a |
|
BLAKE2b-256 | 9915ef5b316c18fcfbfdc99434e1d3979e8a025827cf00640795c903dede99e3 |
File details
Details for the file gidgetlab-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: gidgetlab-0.2.0-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23f00697428c1f2126c0c36d93188c786896f172db8cd238f040f3eb7fd98548 |
|
MD5 | 034ec4aa3854bc83ab73aa4706c84c6a |
|
BLAKE2b-256 | 93cf03b03b99f374da5dda29007d8e0fe5be0e64cb8d502e433252931d493d72 |