Metadata-Version: 2.4
Name: package-grecco
Version: 0.0.1
Summary: My short description
Home-page: https://github.com/PedroHFGrecco/simple-package-template.git
Author: PedroGrecco
Author-email: pedrohenrique.ferreiragrecco@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

# package-grecco

Description. 
The package package-grecco is used to:
	- 
	-

## Installation

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

```bash
pip install package-grecco
```

## Usage

```python
from package-grecco import file1_name
file1_name.my_function()
```

## Author
PedroGrecco

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