Metadata-Version: 2.1
Name: rehearser
Version: 0.1.12
Summary: Rehearser makes writing reliable unit tests super easy!
Home-page: https://github.com/kevinchwong/rehearser-examples
Author: Kevin C. Wong
Author-email: kevinchwong@gmail.com
Keywords: unit testing,contract testing,testing tools,open source,developer tools,rehearsal,proxy,rehearser
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Quick Start
You can use `Rehearser` to build reliable unit tests quickly

Please check https://github.com/kevinchwong/rehearser-examples

----

## Installation

```bash
pip install rehearser
```



