Metadata-Version: 2.1
Name: pink_accents
Version: 0.1.1
Summary: Accent system based on string pattern matching
Project-URL: repository, https://github.com/Fogapod/pink-accents
Author-email: Fogapod <fogaprod@gmail.com>
Maintainer-email: Fogapod <fogaprod@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: accents,pattern-replacements,regex
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Text Processing
Classifier: Typing :: Typed
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: mypy==1.8.0; extra == 'dev'
Requires-Dist: pytest-cov==4.1.0; extra == 'dev'
Requires-Dist: pytest==8.0.1; extra == 'dev'
Requires-Dist: ruff==0.2.2; extra == 'dev'
Description-Content-Type: text/markdown

# pink-accents

Accent system based on string pattern matching.

This is a silly accent system inspired by Space Station 13 accents, based on popular stereotypes. There is no intent in offending anyone or any culture. Maybe this thing has other uses, we'll see.
In it's core it's basically a re.sub call.

This was a part of PINK Discord bot originally: https://github.com/Fogapod/pink

Examples of accents can be found in `examples` folder.

### Console interface

```sh
usage: pink_accents [-h] [-p ACCENT_PATH] [-V] [accent ...]

Interactive accent session.

Starts interactive session if used without arguments.
Lists accents if no accents provided.

positional arguments:
  accent                accent with severity

options:
  -h, --help            show this help message and exit
  -p ACCENT_PATH, --accent-path ACCENT_PATH
                        where to look for accents, defaults to local example folder
  -V, --version         show program's version number and exit
```
