Metadata-Version: 2.1
Name: pyaffine
Version: 0.2.0
Summary: Thesaurus which uses the Datamuse API.
License: MIT
Author: davidshivaji
Author-email: davidshivaji@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: python-datamuse (==1.3.0)
Description-Content-Type: text/markdown

Thesaurus which access the [Datamuse API](https://www.datamuse.com/api).

## Installation
```bash
pip install pyaffine
```

## Example
```bash
affine motivate
```
will return synonyms for "motivate".

![](https://i.imgur.com/kIgqZRC.png)

