Metadata-Version: 2.1
Name: cursofiap-NathanNNB2-package
Version: 1.0.0
Summary: Descricao da sua lib cursofiap
Home-page: https://github.com/NathanNNB/cursofiap
Author: nathan
Author-email: nnbnathan@gmail.com
License: MIT
Description-Content-Type: text/markdown

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