Metadata-Version: 2.1
Name: metamorph
Version: 0.0.6
Summary: auto rewrite text
Home-page: https://github.com/APN-Pucky/metamorph
Author: APN
Author-email: APN-Pucky@no-reply.github.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Metamorph

![IMG](/img/img.png)

First line is the input followed by colorized suggestions.

Doc: `metamorph --help`

(Work-in-progress: Doc: https://apn-pucky.github.io/metamorph/index.html )

[![PyPI version][pypi image]][pypi link]  ![downloads](https://img.shields.io/pypi/dm/metamorph.svg) 

| [Stable][doc release]        | [Dev][doc test]           |
| ------------- |:-------------:|
| [![workflow][a s image]][a s link]      | [![test][a t image]][a t link]     |

## Versions

### Stable

```sh
pip install metamorph [--user] [--upgrade]
```

### Dev

```sh
pip install --index-url https://test.pypi.org/simple/ metamorph [--user] [--upgrade]
```
[doc release]: https://apn-pucky.github.io/metamorph/index.html
[doc test]: https://apn-pucky.github.io/metamorph/test/index.html

[pypi image]: https://badge.fury.io/py/metamorph.svg
[pypi link]: https://pypi.org/project/metamorph/

[a s image]: https://github.com/APN-Pucky/metamorph/actions/workflows/release.yml/badge.svg
[a s link]: https://github.com/APN-Pucky/metamorph/actions/workflows/release.yml
[a t link]: https://github.com/APN-Pucky/metamorph/actions/workflows/test.yml
[a t image]: https://github.com/APN-Pucky/metamorph/actions/workflows/test.yml/badge.svg
