Metadata-Version: 2.4
Name: fiap-package-fernandarufato
Version: 1.0.0
Summary: Descricao da sua lib Fiap
Home-page: https://github.com/ferRufato/Fiap
Author: Fernanda Oliveira Rufato
Author-email: nandaoliveira1985@terra.com.br
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

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