Metadata-Version: 2.1
Name: qase-python-commons
Version: 2.0.9
Summary: A library for Qase TestOps and Qase Report
Author-email: Qase Team <support@qase.io>
Project-URL: Homepage, https://github.com/qase-tms/qase-python/tree/master/qase-python-commons
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: AUTHORS.rst
Requires-Dist: certifi >=2024.2.2
Requires-Dist: qaseio <5.0.0,>=4.0.0
Requires-Dist: attrs >=23.2.0
Requires-Dist: more-itertools
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: mock ; extra == 'testing'
Requires-Dist: more-itertools ; extra == 'testing'
Requires-Dist: requests ; extra == 'testing'
Requires-Dist: urllib3 ; extra == 'testing'

# Qase Python Commons

## Description

This package contains reporters for Qase TestOps and Qase Report that are used in [qase-pytest](https://github.com/qase-tms/qase-python/tree/master/qase-pytest) and [qase-robotframework](https://github.com/qase-tms/qase-python/tree/master/qase-robotframework).

## How to install

`pip install qase-python-commons`
