Metadata-Version: 2.4
Name: teste_bem_vindo
Version: 0.0.1
Summary: Desafio Dio criando um pacote
Home-page: https://github.com/FelipeRobertoB/simple-package-template
Author: Felipe
Author-email: feliperobertoblanco@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# package_name

Description. 
The package bem_vindo is used to:
	- Print Bem Vindo 
	-

## Installation

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

## Usage

```python
from package_name import file1_name
file1_name.bem_vindo()
```

## Author
Felipe

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