Metadata-Version: 2.4
Name: pacote_testpy_dio
Version: 0.0.2
Summary: Frase simples para progressão de aprendizado
Home-page: https://github.com/Douglas-A-M/simple-package-template
Author: Douglas
Author-email: douglasalvesmoreira2013@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

# pacote_texto

Description. 
The package pacote_texto is used to:
	- print hello world

## Installation

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

```bash
pip install package_name
```

## Usage

```python
from pacote_testpy_dio import hello
hello.world()
```

## Author
Douglas

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