Metadata-Version: 2.1
Name: misuma
Version: 0.6.1
Summary: Sum two numbers
Home-page: https://pypi.org/project/misuma
Author: Bang1329
Author-email: santiago.hg2292@gmail.com
License: MIT
Keywords: Sum Addition
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Misuma
## Make a sum between two values

<!-- 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/misuma/)
[![downloads](https://img.shields.io/pypi/dw/pymiau)](https://pypi.org/project/misuma/)

With this package you can make the sum of two values, no matter if it is intergers
or decimals

This is an example:

<p align="center"><img src="https://drive.google.com/uc?export=view&id=12WY5E_ImInwi-w0R0LFVG5AIJ5yp3_uL" alt="milogo"></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 misuma
```

You can also test the unstable version of the package with:

```
pip install -i https://test.pypi.org/simple/ misuma
```

## Quick start

In this section you should provide the most simple instructions to use
your package.

For instance:

```
import misuma
print(misuma.miau())
```

## Code examples

Provide some detailed examples for more advanced users.

For instance:

```
import misuma
print(misuma.miau(n=2))
```

## What's new

If your package will be frequently updated with new features include a
section describing the new features added to it:

Version 0.1:

- First version of the package.

------------

This package has been designed and written by Fulanit@ de Tal (C) 2023


