# ArithematicCalc: A Basic Arithematic Calculator
-------------------
## What is it?
**ArithematicCalc** is a Python package that provides basic arithematic calculation
of two numbers such as addition, substraction, multiplication and division.
## Functions
ArithematicCalc
This module contains basic calculator functions for addition, subtraction, multiplication, and division.
Functions:
add(a, b)
Returns the sum of two numbers.
subtract(a, b)
Returns the difference of two numbers.
multiply(a, b)
Returns the product of two numbers.
divide(a, b)
Returns the division of two numbers.
## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/vikash130795/Arithcal
Binary installers for the latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/ArithematicCalc).
```sh
# PyPI
pip install Arithcal
```
## License
[MIT](LICENSE)
Raw data
{
"_id": null,
"home_page": "https://github.com/vikash130795/Arithcal",
"name": "Arithcal",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "Vikash Singh",
"author_email": "Vikash Singh <vikash@ineuron.ai>",
"download_url": "",
"platform": null,
"description": "# ArithematicCalc: A Basic Arithematic Calculator\n-------------------\n## What is it?\n\n**ArithematicCalc** is a Python package that provides basic arithematic calculation \nof two numbers such as addition, substraction, multiplication and division.\n\n## Functions\nArithematicCalc\n\nThis module contains basic calculator functions for addition, subtraction, multiplication, and division.\n\nFunctions:\n\n add(a, b)\n Returns the sum of two numbers.\n\n subtract(a, b)\n Returns the difference of two numbers.\n\n multiply(a, b)\n Returns the product of two numbers.\n\n divide(a, b)\n Returns the division of two numbers.\n\n## Where to get it\nThe source code is currently hosted on GitHub at:\nhttps://github.com/vikash130795/Arithcal\n\nBinary installers for the latest released version are available at the [Python\nPackage Index (PyPI)](https://pypi.org/project/ArithematicCalc).\n\n\n```sh\n# PyPI\npip install Arithcal\n```\n\n## License\n[MIT](LICENSE)\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A small example package",
"version": "0.1",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "03c4f973302ecb67b67cc5872edaf27e710aa445bc1d1c41c99f3db4ff92c065",
"md5": "d12e7b26f0f6aeda31a2fe4b516d2530",
"sha256": "ba8cdd1b6df33c5de965794ac05bace6f77594f8236a32ffccae3e2a0aae4945"
},
"downloads": -1,
"filename": "Arithcal-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d12e7b26f0f6aeda31a2fe4b516d2530",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 2960,
"upload_time": "2023-02-11T14:10:34",
"upload_time_iso_8601": "2023-02-11T14:10:34.989202Z",
"url": "https://files.pythonhosted.org/packages/03/c4/f973302ecb67b67cc5872edaf27e710aa445bc1d1c41c99f3db4ff92c065/Arithcal-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-11 14:10:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "vikash130795",
"github_project": "Arithcal",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "arithcal"
}