Metadata-Version: 2.1
Name: package_operacoes
Version: 0.0.3
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
Description: # package_name
        
        Description. 
        The package package_operacoes is used to:
        	- Sum
        	- Subtraction
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_operacoes
        ```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/)
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
