Uma Lib para buscar dados do Gitlab
Project description
GitlabX
General Information
- Software:GitLabX
- Author: Carlos Henrique Maulaz de Freitas
- Author's e-mail:carlosmaulaz@gmail.com
- Source Repository: https://gitlab.com/immigrant-data-driven-development/libs/application/gitlab
Goal
A Lib to retrive data from GitLabx
Documentation
The Documentation can be found in this link
Generate documentation
To create the code documentation:
pdoc --html --force gitlabx/ --output docs
Acess code documentation
To accesss the documenation, go to folder docs/gitlabx and open index.html
Instalation
To install gitlabx, run this command in your terminal:
pip install gitlabx
Usage
from gitlabx import factories
from pprint import pprint
from decouple import config
token = config('TOKEN_GITLAB')
personal_access_token = token
service = factories.Project(personal_access_token=personal_access_token)
result = service.get_all(today=False)
for element in result:
pprint (element)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
gitlabx-0.10.2-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file gitlabx-0.10.2-py3-none-any.whl
.
File metadata
- Download URL: gitlabx-0.10.2-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13866ae9fa53e4be39de9b919091147ae584d67f944fc063cf985ee80834fe06 |
|
MD5 | 43535503f232ec8256dab7b2d8decbe3 |
|
BLAKE2b-256 | 6d5e1d9bfbc61f01a4155f64013a0d10c4675cd3ba2635d80df603157f1ece26 |