Metadata-Version: 2.1
Name: ruphrase
Version: 0.0.5
Summary: Build the correct turn of phrase in Russian
Home-page: https://github.com/nigani/ruphrase
Author: nigani
Author-email: nigani@internet.ru
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# ruphrase

Build the correct turn of phrase in Russian



## Installation

Run `pip install ruphrase`
or `python -m pip install --user ruphrase`



## Usage

```
>>> from ruphrase import ruphrase
>>> 
>>> ruphrase('РћРїСѓР±Р»РёРєРѕРІР°РЅ/Р°/С‹', 42, 'РЅРѕРІРѕСЃС‚/СЊ/Рё/РµР№')
РћРїСѓР±Р»РёРєРѕРІР°РЅС‹ 42 РЅРѕРІРѕСЃС‚Рё

>>> ruphrase(None, 15, '/СЃРёСЏСЋС‰Р°СЏ Р·РІРµР·РґР°/СЃРёСЏСЋС‰РёРµ Р·РІРµР·РґС‹/СЃРёСЏСЋС‰РёС… Р·РІРµР·Рґ')
15 СЃРёСЏСЋС‰РёС… Р·РІРµР·Рґ

>>> ruphrase('Р—Р°СЃРµР»РµРЅ/С‹', 3001, 'РґРѕРј/Р°/РѕРІ', '')
Р—Р°СЃРµР»РµРЅ 3001 РґРѕРј

```


