Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devopsforhumans/labelx
Label Creator for GitLab Projects
https://github.com/devopsforhumans/labelx
badges gitlab labels python3 readthedocs shieldsio-badges
Last synced: about 1 month ago
JSON representation
Label Creator for GitLab Projects
- Host: GitHub
- URL: https://github.com/devopsforhumans/labelx
- Owner: devopsforhumans
- License: other
- Created: 2020-03-26T15:06:45.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-23T06:06:00.000Z (over 1 year ago)
- Last Synced: 2024-09-30T07:14:12.477Z (about 2 months ago)
- Topics: badges, gitlab, labels, python3, readthedocs, shieldsio-badges
- Language: Python
- Homepage: https://labelx.readthedocs.io/
- Size: 144 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
======
labelx
======.. image:: https://img.shields.io/pypi/v/labelx.svg
:target: https://pypi.python.org/pypi/labelx.. image:: https://readthedocs.org/projects/labelx/badge/?version=latest
:target: https://labelx.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusLabel Creator for GitLab Projects.
* Free software: GNU General Public License v3
* Documentation: https://labelx.readthedocs.io.Features
--------* Show package information
* Create labels for GitLab groups/projects
* Create badges for GitLab groups/projects
* Custom label/badge from `.yaml` fileRequirements
------------* python >= 3.6
* ``config.yaml`` at ``~/.config/labelx/``.. code-block:: yaml
---
login:
host: gitlab.company.com
protocol: https
token: KHGJIO**-dA76VGHs36Credits
-------See `AUTHORS.rst `_
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage