Metadata-Version: 2.1
Name: chk
Version: 0.4.2
Summary: Low-code API quality testing, and automation toolbox.
Home-page: https://chkware.github.io
Author: Mahmudul Hasan
Author-email: hasanlock@gmail.com
Project-URL: Bug Tracker, https://github.com/chkware/cli/issues
Project-URL: GitHub, https://github.com/chkware/cli
Project-URL: Twitter, https://twitter.com/chkware
Project-URL: Documentation, https://chkware.github.io
Project-URL: Ask a question, https://stackoverflow.com/questions/tagged/chkware-cli
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Networking
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cerberus (==1.3.4)
Requires-Dist: click (==8.1.3)
Requires-Dist: pyyaml (==6.0)
Requires-Dist: requests (==2.28.2)
Requires-Dist: charset-normalizer (==3.0.1) ; python_full_version >= "3.6.0"
Requires-Dist: urllib3 (==1.26.14) ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4, 3.5"
Requires-Dist: idna (==3.4) ; python_version >= "3.5"
Requires-Dist: certifi (==2022.12.7) ; python_version >= "3.6"
Requires-Dist: setuptools (==67.1.0) ; python_version >= "3.7"

# CHKware
> Low-code API quality testing, and automation toolbox

![CHKware | Low-code API quality testing, and automation toolbox](https://raw.githubusercontent.com/chkware/cli/main/docs/github-readme-01.png)

[![PyPI version](https://badge.fury.io/py/chk.svg)](https://badge.fury.io/py/chk)
[![Python 3.11](https://img.shields.io/badge/python-3.11-red.svg)](https://www.python.org/downloads/)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/chkware.svg?style=social&label=Follow%20%40chkware)](https://twitter.com/chkware)

### Introduction

[***CHKware***](https://chkware.github.io/) (pronounced as */tʃek-wer/*, i.e. *check-ware*) is a low-code API quality testing, and automation toolbox. It helps you write accurate, robust, and expressive feature tests for your API in less time than usual.
 
[Get started](https://chkware.github.io/quick-start) here.

### Install and setup

- Jump to the [setup guide for users](https://chkware.github.io/setup) if you want to use *CHKware* in your project.
- Jump to the [setup guide for developer](http://chkware.github.io/setup/setup-cli-dev) if you want to contribute to this repository.

### Documentation

Please go to the website https://chkware.github.io/ for documentation.

---
Licensed under [MPL v2.0](/LICENSE) | Follow [@chkware](https://twitter.com/chkware) on Twitter | [`chk` project](https://pypi.org/project/chk/) on PyPi
