Skip to content

devopsforhumans/labelx

Repository files navigation

labelx

image

Documentation Status

Label Creator for GitLab Projects.

Features

  • Show package information
  • Create labels for GitLab groups/projects
  • Create badges for GitLab groups/projects
  • Custom label/badge from .yaml file

Requirements

  • python >= 3.6
  • config.yaml at ~/.config/labelx/
---
login:
  host: gitlab.company.com
  protocol: https
  token: KHGJIO**-dA76VGHs36

Credits

See AUTHORS.rst

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.