Metadata-Version: 2.1
Name: sle-prjmgr-tools
Version: 0.0.5
Summary: SLE Project management tools to release SLE based products
Author: SUSE SLE Project Managers
License: EUPL-1.2
Project-URL: Source, https://github.com/openSUSE/sle-prjmgr-tools
Project-URL: Tracker, https://github.com/openSUSE/sle-prjmgr-tools/issues
Keywords: SUSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argcomplete
Requires-Dist: requests
Requires-Dist: PyYAML
Requires-Dist: osc
Requires-Dist: jira
Requires-Dist: lxml
Requires-Dist: rpmfile
Requires-Dist: keyring
Requires-Dist: importlib_resources
Provides-Extra: lint
Requires-Dist: black; extra == "lint"
Requires-Dist: pylint; extra == "lint"
Requires-Dist: mypy; extra == "lint"
Requires-Dist: types-PyYAML; extra == "lint"
Requires-Dist: types-requests; extra == "lint"
Provides-Extra: docs
Requires-Dist: sphinx>=4.3.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=0.5.1; extra == "docs"
Requires-Dist: doc8; extra == "docs"
Requires-Dist: rstcheck; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

[![Documentation Status](https://readthedocs.org/projects/sle-prjmgr-tools/badge/?version=latest)](https://sle-prjmgr-tools.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


# sle-prjmgr-tools

This is a repository containing shared release management tools for SUSE. Tools are expected to be version agnostic,
release or version specific tools should be clearly documented.

## How to install & use

The preferred way are the RPMs.

You may install the tool via either:

- `zypper in sle-prjmgr-tools`
- `pip install sle-prjmgr-tools`
- `pip install git+https://github.com/openSUSE/sle-prjmgr-tools.git`
- or you install it from the locally built RPMs or via pip.

## Tool overview

For an overview see `sle-prjmgr-tools -h` or `sle-prjmgr-tools <tool_name> -h`.

## Archive of the old code

This repository has its root (before open-sourcing it) in the internal SUSE Gitlab. If you have access then you may
visit the history [here](https://gitlab.suse.de/sle-prjmgr/release-management-tools).
