# mimodulito
Make the **modulus** part of your life style!
<!-- 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/mimodulito?color=blue)](https://pypi.org/project/mimodulito/)
[![downloads](https://img.shields.io/pypi/dw/mimodulito)](https://pypi.org/project/mimodulito/)
**MiModulito** is a package that allouds you to perform the modulus operation between two numbers like you've never seen before. It's efficency will leave you astonished.
<p align="center"><img src="https://drive.google.com/uc?export=view&id=1F0h24lFKx-nD_jZi-H3Qv1xVfisGBVJN" alt="Logo""/></p>
## Download and install
If you are using `PyPI` installation it's as simple as:
```
pip install mimodulito
```
You can also test the unstable version of the package with:
```
pip install -i https://test.pypi.org/simple/ mimodulito
```
## Quick start
To import the package, run the next command:
```
import mimodulito
```
## Code examples
Lets calculate the operation 3%2 usind the `mod` function:
```
import mimodulito
print(mimodulito.mod(3,2))
```
## What's new
Version 0.4:
- Corrections in main function.
Version 0.3:
- Corrections in stability.
Version 0.2:
- Function `mod` was implemented.
Version 0.1:
- First version of the package.
------------
This package has been designed and written by Daniel Niño Villegas (C) 2023
Raw data
{
"_id": null,
"home_page": "https://pypi.org/project/mimodulito",
"name": "mimodulito",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Modulo",
"author": "Daniel Ni\u00f1o Villegas",
"author_email": "daniel.ninov@udea.edu.co",
"download_url": "https://files.pythonhosted.org/packages/8d/46/3db4af18690c7c7681d66d4f2c88176964194879941803f70d889fa33162/mimodulito-0.4.tar.gz",
"platform": null,
"description": "# mimodulito\n\nMake the **modulus** part of your life style! \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/mimodulito?color=blue)](https://pypi.org/project/mimodulito/)\n[![downloads](https://img.shields.io/pypi/dw/mimodulito)](https://pypi.org/project/mimodulito/)\n\n\n**MiModulito** is a package that allouds you to perform the modulus operation between two numbers like you've never seen before. It's efficency will leave you astonished.\n\n<p align=\"center\"><img src=\"https://drive.google.com/uc?export=view&id=1F0h24lFKx-nD_jZi-H3Qv1xVfisGBVJN\" alt=\"Logo\"\"/></p>\n\n## Download and install\n\nIf you are using `PyPI` installation it's as simple as:\n\n```\npip install mimodulito\n```\n\nYou can also test the unstable version of the package with:\n\n```\npip install -i https://test.pypi.org/simple/ mimodulito\n```\n\n## Quick start\n\nTo import the package, run the next command:\n\n```\nimport mimodulito\n```\n\n## Code examples\n\nLets calculate the operation 3%2 usind the `mod` function:\n\n```\nimport mimodulito\nprint(mimodulito.mod(3,2))\n```\n\n## What's new\n\nVersion 0.4:\n\n- Corrections in main function.\n\nVersion 0.3:\n\n- Corrections in stability.\n\nVersion 0.2:\n\n- Function `mod` was implemented.\n\nVersion 0.1:\n\n- First version of the package.\n\n------------\n\nThis package has been designed and written by Daniel Ni\u00f1o Villegas (C) 2023\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Calculate modulus",
"version": "0.4",
"project_urls": {
"Homepage": "https://pypi.org/project/mimodulito"
},
"split_keywords": [
"modulo"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8d463db4af18690c7c7681d66d4f2c88176964194879941803f70d889fa33162",
"md5": "f4196e28ef42bb82155c1d77e64956fb",
"sha256": "21a05efdd8a1a984b6898f609e7adf5a7e610561de60a1aa134e6db97748b8aa"
},
"downloads": -1,
"filename": "mimodulito-0.4.tar.gz",
"has_sig": false,
"md5_digest": "f4196e28ef42bb82155c1d77e64956fb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3116,
"upload_time": "2023-05-18T18:29:29",
"upload_time_iso_8601": "2023-05-18T18:29:29.760930Z",
"url": "https://files.pythonhosted.org/packages/8d/46/3db4af18690c7c7681d66d4f2c88176964194879941803f70d889fa33162/mimodulito-0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-18 18:29:29",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mimodulito"
}