Metadata-Version: 2.3
Name: word_ending_finder
Version: 0.0.2
Summary: test project
Author: AbsoluteWinter
License: MIT License
License-File: LICENSE
Keywords: 
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <4,>=3.8
Requires-Dist: click>=8.0.0
Requires-Dist: unidecode
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# Word ending finder

test project

| | |
| :---: | :--- |
| Package Info | ![Supported Python Version](https://img.shields.io/pypi/pyversions/word_ending_finder?logo=python) <br> ![PyPI Version](https://img.shields.io/pypi/v/word_ending_finder?logo=pypi) ![License](https://img.shields.io/pypi/l/word_ending_finder?logo=github&color=blue) <br> ![Download per month](https://img.shields.io/pypi/dm/word_ending_finder) |
| Workflow | ![Test](https://github.com/absolutewinter/wordendingfinder/actions/workflows/python-package.yml/badge.svg) <br> ![Release](https://github.com/absolutewinter/wordendingfinder/actions/workflows/python-publish.yml/badge.svg) |
| Repo | ![Repo Size](https://img.shields.io/github/repo-size/absolutewinter/wordendingfinder) |


## INSTALL

```
pip install -e .
```

## USAGE

```
wef
```

## LICENSE

MIT License