Metadata-Version: 2.4
Name: curso-package
Version: 1.0.0
Summary: Descricao da sua lib curso
Home-page: https://github.com/tadrianonet/curso
Author: Andre Paulo Pasquetti
Author-email: andrepaulopasquetti@gmail.com
License: MIT
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: summary

# Curso
A simple example library.
## Installation
```sh
pip install curso
```
## Usage
```python
from curso import hello_world
print(hello_world())
```
