Metadata-Version: 2.1
Name: quality-toolkit
Version: 1.7.2
Summary: Toolkit for the quality in order to help writing tests
Home-page: https://github.com/veepee-oss/quality-toolkit
Author: VpTech
Author-email: vptech@veepee.com
License: UNKNOWN
Description: # 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
        ```
        
        ## How to use the lib
        
        See the list of available componants :
        
        * [Helpers](docs/helpers.md)
        * [Services](docs/services.md)
        
Keywords: Quality toolkit
Platform: UNKNOWN
Description-Content-Type: text/markdown
