miresta


Namemiresta JSON
Version 0.7 PyPI version JSON
download
home_pagehttps://pypi.org/project/miresta
SummaryThis package performs a subtraction
upload_time2023-05-26 01:13:43
maintainer
docs_urlNone
authorDiana Carolina Zapata Zuluaga
requires_python
licenseMIT
keywords subtraction
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/miresta/)
[![downloads](https://img.shields.io/pypi/dw/pymiau)](https://pypi.org/project/miresta/)

This package performs a subtraction between two numbers.

<p align="center"><img src="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.smartick.es%2Fblog%2Fmatematicas%2Fsumas-y-restas%2Fla-resta%2F&psig=AOvVaw2XsJ-5Ec05Pur0tQ3zOvoL&ust=1685149930379000&source=images&cd=vfe&ved=0CBEQjRxqFwoTCLjohermkf8CFQAAAAAdAAAAABAE" alt="a subtracting cat""/></p>

## Download and install


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

To import the package:

```
import miresta  
```

## Code examples
```
import miresta
print(miresta.resta(6,2))

```

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

This package has been designed and written by Diana Carolina Zapata Zuluaga (C) 2023
            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/miresta",
    "name": "miresta",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "subtraction",
    "author": "Diana Carolina Zapata Zuluaga",
    "author_email": "dianac.zapata@udea.edu.co",
    "download_url": "https://files.pythonhosted.org/packages/ce/43/d7217a72da1e07375628760c258cad55e00faef2a713b4ecc6a4cc3d1c77/miresta-0.7.tar.gz",
    "platform": null,
    "description": "# miresta\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/miresta/)\n[![downloads](https://img.shields.io/pypi/dw/pymiau)](https://pypi.org/project/miresta/)\n\nThis package performs a subtraction between two numbers.\n\n<p align=\"center\"><img src=\"https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.smartick.es%2Fblog%2Fmatematicas%2Fsumas-y-restas%2Fla-resta%2F&psig=AOvVaw2XsJ-5Ec05Pur0tQ3zOvoL&ust=1685149930379000&source=images&cd=vfe&ved=0CBEQjRxqFwoTCLjohermkf8CFQAAAAAdAAAAABAE\" alt=\"a subtracting cat\"\"/></p>\n\n## Download and install\n\n\nIf you are using `PyPI` installation it's as simple as:\n\n```\npip install miresta\n```\n\nYou can also test the unstable version of the package with:\n\n```\npip install -i https://test.pypi.org/simple/ miresta\n```\n\n## Quick start\n\nTo import the package:\n\n```\nimport miresta  \n```\n\n## Code examples\n```\nimport miresta\nprint(miresta.resta(6,2))\n\n```\n\n------------\n\nThis package has been designed and written by Diana Carolina Zapata Zuluaga (C) 2023",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This package performs a subtraction",
    "version": "0.7",
    "project_urls": {
        "Homepage": "https://pypi.org/project/miresta"
    },
    "split_keywords": [
        "subtraction"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce43d7217a72da1e07375628760c258cad55e00faef2a713b4ecc6a4cc3d1c77",
                "md5": "23ebd229f7b5f64c1336d3403ae6f59e",
                "sha256": "02accb1d1ae0e83f55db6f649bc248132a5729d6e55faedf2460c07af1b49127"
            },
            "downloads": -1,
            "filename": "miresta-0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "23ebd229f7b5f64c1336d3403ae6f59e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3084,
            "upload_time": "2023-05-26T01:13:43",
            "upload_time_iso_8601": "2023-05-26T01:13:43.878742Z",
            "url": "https://files.pythonhosted.org/packages/ce/43/d7217a72da1e07375628760c258cad55e00faef2a713b4ecc6a4cc3d1c77/miresta-0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-26 01:13:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "miresta"
}
        
Elapsed time: 0.07003s