Metadata-Version: 2.1
Name: packagecp
Version: 0.0.1
Summary: The package is used for to calculate the porcentage in your code.
Home-page: https://github.com/Will-Moura
Author: WilliamMoura
Author-email: william_2207.moura@hotmail.com
License: UNKNOWN
Description: # packagecp
        
        Description. 
        The package packagecp is used to:
        	- Calculate 
        	- Porcentagem
        utils: 
            -aumentar %
        	-reducao %
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install packagecp
        
        ```bash
        pip install packagecp
        ```
        
        ## Usage
        
        ```python
        from packagecp.utils.calc_preco import aumento, reducao 
        from package.formatar import output
        aumento.() 
        reducao.()
        ```
        
        ## Author
        WilliamMoura
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
