Metadata-Version: 2.1
Name: simple_pi
Version: 0.0.1
Summary: Simple pi package generator
Home-page: https://gitlab.com/dio-ciencia-de-dados/simple-pi
Author: Diego Soek
License: UNKNOWN
Description: # simple_pi
        
        Description. 
        The package simple_pi is used to:
        	- 
        	-
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install simple_pi
        
        ```bash
        pip install simple_pi
        ```
        
        ## Usage
        
        ```python
        from simple_pi import pi
        pi.calculate(10)
        ```
        
        ## Author
        Diego Soek
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
