Skip to main content

Uma Lib para buscar dados do Gitlab

Project description

GitlabX

General Information

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


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.1-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file gitlabx-0.10.1-py3-none-any.whl.

File metadata

  • Download URL: gitlabx-0.10.1-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

Hashes for gitlabx-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9b59248f756d5e051e9cd1e56133644a4244832d158f0f0e9be12fc32a7e12f0
MD5 a1f875997ec7df1a7e2520a6f5f71c8b
BLAKE2b-256 5182deb394e15ae85aeb75b95376f4f5b10673366c5cfc30d455a27063c9fcad

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