Metadata-Version: 2.4
Name: meu_pacote_exemplo
Version: 0.0.1
Summary: Um pacote de exemplo com funções úteis
Home-page: https://github.com/tiagoosr/simple-package-template
Author: Tiago
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# package_name

Description.

Um pacote Python simples com funções utilitárias para cálculos e manipulação de strings.

## Installation

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

```bash
pip install meu_pacote_exemplo
```

## Author

Tiago

## License

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