Metadata-Version: 2.1
Name: handson-parte1-package
Version: 1.0.0
Summary: Lib construida como exercício
Home-page: https://github.com/tadrianonet/handson-parte1
Author: Marcos Trivelato
Author-email: mp.trivelato@gmail.com 
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Handson-parte1

A simple example library.

## Installation

```sh
pip install handson-parte1
```

## Usage

```python
from handson-parte1 import hello_world

print(hello_world())
```


