Metadata-Version: 2.1
Name: truecasingIT
Version: 1.0.2
Summary: This package allows you to truecase Italian.
Home-page: https://github.com/iguanodon-ai/truecasingIT
Author: Simon Hengchen
Author-email: simon@iguanodon.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Truecase IT

```python
from truecasingIT import Truecaser
truecaser = Truecaser()
truecased = truecaser.truecase("IL TUO TESTO QUI")
```
