Metadata-Version: 2.1
Name: gitlabsolute
Version: 1.1.5
Summary: Helper and convenience scripts to help with common GitLab actions.
Author-email: Julien Lecomte <julien@lecomte.at>
License: MIT
Project-URL: Homepage, https://gitlab.com/twiddle-z/gitlabsolute
Project-URL: Documentation, https://gitlabsolute.docs.twiddle-z.ovh
Project-URL: Source code, https://gitlab.com/twiddle-z/gitlabsolute
Project-URL: Bug tracker, https://gitlab.com/twiddle-z/gitlabsolute/-/issues
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: imxdparser
Requires-Dist: ply <4.0.0
Requires-Dist: python-gitlab
Requires-Dist: pyyaml
Requires-Dist: torxtools
Provides-Extra: dev

[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://spdx.org/licenses/MIT.html)
[![pipelines](https://gitlab.com/twiddle-z/gitlabsolute/badges/master/pipeline.svg)](https://gitlab.com/twiddle-z/gitlabsolute/pipelines)
[![coverage](https://gitlab.com/twiddle-z/gitlabsolute/badges/master/coverage.svg)](https://gitlabsolute.docs.twiddle-z.ovh/coverage/index.html)

# gitlabsolute

Helper and convenience scripts to help with common GitLab actions.

## Installation

You can install the latest version from PyPI package repository.

~~~bash
python3 -mpip install -U gitlabsolute
~~~


## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.


## Locations

  * Documentation: [https://gitlabsolute.docs.twiddle-z.ovh](https://gitlabsolute.docs.twiddle-z.ovh)
  * Website: [https://gitlab.com/twiddle-z/gitlabsolute](https://gitlab.com/twiddle-z/gitlabsolute)
  * PyPi: [https://pypi.org/project/gitlabsolute](https://pypi.org/project/gitlabsolute)
