quality-toolkit


Namequality-toolkit JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/veepee-oss/quality-toolkit
SummaryToolkit for the quality in order to help writing tests
upload_time2022-07-05 16:08:03
maintainer
docs_urlNone
authorVpTech
requires_python
license
keywords quality toolkit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/veepee-oss/quality-toolkit",
    "name": "quality-toolkit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Quality toolkit",
    "author": "VpTech",
    "author_email": "vptech@veepee.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/1f/57b2cd72f19463971270a8ab23e2c49a7404e13834e944ca660d4057ee5f/quality-toolkit-2.0.0.tar.gz",
    "platform": null,
    "description": "# Quality-Toolkit\n\nToolkit for the quality in order to help writing tests\n\n## Contribution\n\nClone the project\n\n```bash\ngit clone https://github.com/veepee-oss/quality-toolkit quality-toolkit\ncd quality-toolkit\n```\n\n## Installation in local\n\n```bash\nmake install\n```\n\n## Installation in a project\n\nEdit the project's requirements.txt and add the line :\n\n```txt\nquality-toolkit\n```\n\nand finish by install the project dependencies :\n\n```bash\npip3 install\n```\n\n## How to use the lib\n\nSee the list of available componants :\n\n* [Helpers](docs/helpers.md)\n* [Services](docs/services.md)",
    "bugtrack_url": null,
    "license": "",
    "summary": "Toolkit for the quality in order to help writing tests",
    "version": "2.0.0",
    "split_keywords": [
        "quality",
        "toolkit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c91f57b2cd72f19463971270a8ab23e2c49a7404e13834e944ca660d4057ee5f",
                "md5": "62e7fdbe16de3e60eae28ad5fc67ea49",
                "sha256": "053a6810c2d1010888b0adbb21030acc3144c9a1ae79dbeb3f0fe6f50a1253fe"
            },
            "downloads": -1,
            "filename": "quality-toolkit-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "62e7fdbe16de3e60eae28ad5fc67ea49",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7975,
            "upload_time": "2022-07-05T16:08:03",
            "upload_time_iso_8601": "2022-07-05T16:08:03.008839Z",
            "url": "https://files.pythonhosted.org/packages/c9/1f/57b2cd72f19463971270a8ab23e2c49a7404e13834e944ca660d4057ee5f/quality-toolkit-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-05 16:08:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "veepee-oss",
    "github_project": "quality-toolkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "quality-toolkit"
}
        
Elapsed time: 0.04130s