Metadata-Version: 2.1
Name: polyquack
Version: 0.2.2
Summary: utilities for polyglots
Home-page: https://patryk-media.gitlab.io/polyquack/
License: BSD-3-Clause
Keywords: polyglot,i18n,pluralization
Author: Patryk Bratkowski
Author-email: git@patryk.tech
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Project-URL: Documentation, https://patryk-media.gitlab.io/polyquack/docs/
Project-URL: Repository, https://gitlab.com/patryk-media/polyquack
Description-Content-Type: text/markdown

# polyquack

## Preamble

`polyquack` is a set of utilities for pluralizing words based on rules of varying complexity, and translating words or longer texts.

The pluralization module has been inspired by the [*Localization and Plurals* page](https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_and_Plurals) from the MDN.

## Installation

Simply run `pip install polyquack`.

## Usage

See the [polyquack documentation](https://patryk-media.gitlab.io/polyquack/docs/) for usage instructions.

## PyPI page

You can see [polyquack on PyPI](https://pypi.org/project/polyquack/).

