Metadata-Version: 2.1
Name: miresta
Version: 0.1
Summary: This package performs a subtraction
Home-page: https://pypi.org/project/miresta
Author: Diana Carolina Zapata Zuluaga
Author-email: dianac.zapata@udea.edu.co
License: MIT
Description: # miresta
        
        <!-- This are visual tags that you may add to your package at the beginning with useful information on your package --> 
        [![version](https://img.shields.io/pypi/v/pymiau?color=blue)](https://pypi.org/project/pymiau/)
        [![downloads](https://img.shields.io/pypi/dw/pymiau)](https://pypi.org/project/pymiau/)
        
        This package performs a subtraction between two numbers.
        
        This is an example:
        
        <p align="center"><img src="https://drive.google.com/uc?export=view&id=1XWnQLEt_oBJjVzMLFVGEAm_uh4zmiYvC" alt="Logo""/></p>
        
        ## Download and install
        
        Describe here how the package can be downloaded and install it in
        different arquitectures.
        
        If you are using `PyPI` installation it's as simple as:
        
        ```
        pip install miresta
        ```
        
        You can also test the unstable version of the package with:
        
        ```
        pip install -i https://test.pypi.org/simple/ miresta
        ```
        
        ## Quick start
        
        In this section you should provide the most simple instructions to use
        your package.
        
        For instance:
        
        ```
        import miresta
        
        ```
        
        ------------
        
        This package has been designed and written by Fulanit@ de Tal (C) 2023
        
Keywords: subtraction
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
