Metadata-Version: 2.1
Name: fastest
Version: 0.0.6
Summary: Automate tests via docstrings and more
Home-page: https://github.com/AmreshVenugopal/fastest
License: MIT
Author: AmreshVenugopal
Author-email: amresh.venugopal@gmail.com
Requires-Python: >=3.5,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: watchdog (>=0.9.0,<0.10.0)
Project-URL: Repository, https://github.com/AmreshVenugopal/fastest
Description-Content-Type: text/markdown

## Fastest
Creates unit tests from examples in the docstring and more


### Install

```
$ pip install fastest
```

### Usage
```
$ python main.py --path=$(pwd)
```

