Metadata-Version: 2.1
Name: operacoes-matematicas
Version: 0.0.1
Summary: This package is used to general math operations in python
Home-page: https://github.com/RenatoOlmedo/math-python-package.git
Author: Renato Olmedo
Author-email: renato78563@gmail.com
License: UNKNOWN
Description: # operacoes-matematicas
        
        Description.
        The package operacoes-matematicas is used to:
        	- Addition, subtraction, division, multiplication
        	- General math operations
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install operacoes-matematicas
        
        ```bash
        pip install operacoes-matematicas
        ```
        
        ## Usage
        
        ```python
        from operacoes-matematicas import operations
        operations.my_function()
        ```
        
        ## Author
        Renato Olmedo
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
