Metadata-Version: 2.1
Name: chk
Version: 0.4.0
Summary: Test management for API era.
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.10
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.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astroid (==2.12.2)
Requires-Dist: cerberus (==1.3.4)
Requires-Dist: certifi (==2022.6.15)
Requires-Dist: charset-normalizer (==2.1.0)
Requires-Dist: click (==8.1.3)
Requires-Dist: dotmap (==1.3.26)
Requires-Dist: idna (==3.3)
Requires-Dist: isort (==5.10.1)
Requires-Dist: lazy-object-proxy (==1.7.1)
Requires-Dist: mccabe (==0.7.0)
Requires-Dist: platformdirs (==2.5.2)
Requires-Dist: pyyaml (==6.0)
Requires-Dist: requests (==2.28.1)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: toml (==0.10.2)
Requires-Dist: typing-extensions (==4.3.0)
Requires-Dist: urllib3 (==1.26.11)
Requires-Dist: wrapt (==1.14.1)
Requires-Dist: setuptools (==63.4.2) ; python_version >= "3.7"

# Chkware

![Chkware | Test management for api era](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.8](https://img.shields.io/badge/python-3.10-red.svg)](https://www.python.org/downloads/release/python-3102/)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/chkware.svg?style=social&label=Follow%20%40chkware)](https://twitter.com/chkware)
> Test management for API era.

### Introduction

API tests management is not easy to develop, and maintain. It requires multitude of knowledge of programming libraries, business scenarios, infrastructure details, etc - unless you use ***chkware***.

***chkware*** (pronounced as */check:ware/*) helps you write accurate, robust, and expressive feature tests for your API in less time.
 
Read [more value propositions](https://chkware.github.io/introduction) here. Find [changelog](docs/CHANGELOG.md) here.

### Setup

With [**Python 3.10**](https://www.python.org/downloads/) and [**Pipx**](https://pypa.github.io/pipx/installation/#install-pipx) preinstalled, run following in your terminal to get ***chkware*** installed.

```bash
$ pipx install chk
```

Jump to the [setup guide](https://chkware.github.io/setup) for different ways to install ***chkware***.

### Usage

[Get started](https://chkware.github.io/quick-start) quickly here.

### Ask anything

Please use tag `chkware-cli` with the question on [stackoverflow.com](https://stackoverflow.com/questions/tagged/chkware-cli) to ask or discuss anything. Follow the tag if you want to help others with your knowledge.

### Contribute

Read [contribution guide](docs/CONTRIBUTING.md) and [code of conduct](docs/CODE_OF_CONDUCT.md) to start contributions.

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