Metadata-Version: 2.4
Name: quality-toolkit
Version: 2.6.0
Summary: Toolkit for the quality in order to help writing tests
Author-email: VpTech <vptech@veepee.com>
Project-URL: Homepage, https://github.com/veepee-oss/quality-toolkit
Keywords: Quality,Toolkit,Testing
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psycopg2-binary==2.9.11
Requires-Dist: requests==2.32.5
Requires-Dist: pytz==2025.2
Requires-Dist: python-tds==1.17.1
Requires-Dist: selenium==4.40.0
Requires-Dist: python-keycloak-client==0.2.3
Requires-Dist: paramiko==4.0.0
Requires-Dist: playwright==1.58.0
Dynamic: license-file

# Quality-Toolkit

Toolkit for the quality in order to help writing tests

## Contribution

Clone the project

```bash
git clone https://github.com/veepee-oss/quality-toolkit quality-toolkit
cd quality-toolkit
```

## Installation in local

```bash
make install
```

## Installation in a project

Edit the project's requirements.txt and add the line :

```txt
quality-toolkit
```

and finish by install the project dependencies :

```bash
pip3 install -r requirements.txt
```

## How to use the lib

See the list of available components :

* [docstring](docs/docstrings.md)

