Metadata-Version: 2.2
Name: imsosorry
Version: 1.2.3
Summary: Sometimes it can be necessary to call upon the ancient arts...
Author-email: Bradley Reynolds <bradley.reynolds@darbia.dev>
License: MIT
Project-URL: repository, https://github.com/letsbuilda/imsosorry/
Project-URL: documentation, https://docs.letsbuilda.dev/imsosorry/
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: nox==2024.10.9; extra == "dev"
Requires-Dist: pre-commit==4.0.1; extra == "dev"
Requires-Dist: ruff==0.7.1; extra == "dev"
Requires-Dist: mypy==1.13.0; extra == "dev"
Provides-Extra: tests
Requires-Dist: pytest==8.3.3; extra == "tests"
Requires-Dist: pytest-randomly==3.15.0; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx==8.1.3; extra == "docs"
Requires-Dist: furo==2024.8.6; extra == "docs"
Requires-Dist: sphinx-autoapi==3.3.2; extra == "docs"
Requires-Dist: releases==2.1.1; extra == "docs"

# I'm so sorry

Sometimes it can be necessary to call upon the ancient arts...

A module to uwuify strings of text.

## Installation

You can install `imsosorry` through PyPi using
```sh
$ pip install imsosorry
```

or, by installing the development version through GitHub.
```sh
$ pip install git+https://github.com/letsbuilda/imsosorry
```

### Example usage

```py
import imsosorry

print(imsosorry.uwuify("i'm very sorry"))
```
