Metadata-Version: 2.1
Name: package-test-calculator
Version: 0.0.1
Summary: test package
Home-page: insira o link
Author: VitorFran1337
Author-email: vitor.pereira0437@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# package_name

Description. 
The package package_name is used to:
	- 
	-

## Installation

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

```bash
pip install package_name
```

## Usage

```python
from calculator import calc
file1_name.my_function()
```

## Author
VitorFran1337

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

