Metadata-Version: 2.1
Name: package-operacoes
Version: 0.0.2
Summary: Operações de Soma e Subtração
Home-page: https://github.com/laranelson/project_calc_package.git
Author: nelson_lara
Author-email: nelsonlarajr@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
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_calc
```

## Usage

```python
from package_operacoes import funcoes
funcoes.my_function()
```

## Author
Nelson Lara

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

