misuma


Namemisuma JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://pypi.org/project/misuma
SummarySum two numbers
upload_time2023-05-25 18:33:37
maintainer
docs_urlNone
authorBang1329
requires_python
licenseMIT
keywords sum addition
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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



            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/misuma",
    "name": "misuma",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Sum Addition",
    "author": "Bang1329",
    "author_email": "santiago.hg2292@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/52/8c/f91f9ee5ef87d2f4ef9870a51349e2c7a74318515fac4fd871435ce01e11/misuma-0.6.1.tar.gz",
    "platform": null,
    "description": "# Misuma\n## Make a sum between two values\n\n<!-- This are visual tags that you may add to your package at the beginning with useful information on your package --> \n[![version](https://img.shields.io/pypi/v/pymiau?color=blue)](https://pypi.org/project/misuma/)\n[![downloads](https://img.shields.io/pypi/dw/pymiau)](https://pypi.org/project/misuma/)\n\nWith this package you can make the sum of two values, no matter if it is intergers\nor decimals\n\nThis is an example:\n\n<p align=\"center\"><img src=\"https://drive.google.com/uc?export=view&id=12WY5E_ImInwi-w0R0LFVG5AIJ5yp3_uL\" alt=\"milogo\"></p>\n## Download and install\n\nDescribe here how the package can be downloaded and install it in\ndifferent arquitectures.\n\nIf you are using `PyPI` installation it's as simple as:\n\n```\npip install misuma\n```\n\nYou can also test the unstable version of the package with:\n\n```\npip install -i https://test.pypi.org/simple/ misuma\n```\n\n## Quick start\n\nIn this section you should provide the most simple instructions to use\nyour package.\n\nFor instance:\n\n```\nimport misuma\nprint(misuma.miau())\n```\n\n## Code examples\n\nProvide some detailed examples for more advanced users.\n\nFor instance:\n\n```\nimport misuma\nprint(misuma.miau(n=2))\n```\n\n## What's new\n\nIf your package will be frequently updated with new features include a\nsection describing the new features added to it:\n\nVersion 0.1:\n\n- First version of the package.\n\n------------\n\nThis package has been designed and written by Fulanit@ de Tal (C) 2023\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Sum two numbers",
    "version": "0.6.1",
    "project_urls": {
        "Homepage": "https://pypi.org/project/misuma"
    },
    "split_keywords": [
        "sum",
        "addition"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "528cf91f9ee5ef87d2f4ef9870a51349e2c7a74318515fac4fd871435ce01e11",
                "md5": "94992733493c8abd84bc9723dfc7881e",
                "sha256": "b048745a44bfa7b311bdd7c80a39e327b4e4407b815523a083c4b52c2acaaf10"
            },
            "downloads": -1,
            "filename": "misuma-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "94992733493c8abd84bc9723dfc7881e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3232,
            "upload_time": "2023-05-25T18:33:37",
            "upload_time_iso_8601": "2023-05-25T18:33:37.187464Z",
            "url": "https://files.pythonhosted.org/packages/52/8c/f91f9ee5ef87d2f4ef9870a51349e2c7a74318515fac4fd871435ce01e11/misuma-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-25 18:33:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "misuma"
}
        
Elapsed time: 0.07178s