Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veepee-oss/quality-toolkit
https://github.com/veepee-oss/quality-toolkit
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/veepee-oss/quality-toolkit
- Owner: veepee-oss
- License: isc
- Created: 2021-03-29T10:45:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T16:08:07.000Z (11 months ago)
- Last Synced: 2025-01-06T23:06:53.897Z (21 days ago)
- Language: Python
- Size: 157 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)