Metadata-Version: 2.1
Name: formatbr
Version: 0.0.1
Summary: This module offers tools for data formatting.
Home-page: https://github.com/maxwelldeveloper7/dio_cursos/tree/main/python/tratamento_de_dados/criacao_de_pacotes/FormatBr
Author: Maxwell de Oliveira Chaves
Author-email: maxwellchaves1844@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# FormatBr

Description. 
The package formatbr is used to:
- This module offers tools for data formatting.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install formatbr

```bash
pip install formatbr
```

## Usage

```python
from formatbr.data_types import text
text.own_name("JOÃO DA SILVA")        
# Return 'João da Silva'
```

## Author
Maxwell de Oliveira Chaves

## License
[MIT](https://choosealicense.com/licenses/mit/)

