Metadata-Version: 2.1
Name: textconverterimp
Version: 0.1.1
Summary: A library to convert text into different formats.
Author: improve
Author-email: vlasav227@mail.ru
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Text Converter

A Python library to convert text into different formats.

## Installation

```bash
pip install textconverterim

```

## Usage
```bash
from textconverterim.converter import to_sentence_case, to_title_case, to_kebab_case
```
