maullick-basic-calculator


Namemaullick-basic-calculator JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://upload.pypi.org/legacy/
SummaryThis is a Calculator Program that can easily calculate any expression with one function.
upload_time2023-09-16 13:14:40
maintainer
docs_urlNone
authorMaullick Kathuria
requires_python
licenseMIT
keywords calculate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a Calculator Program that can easily calculate any expression with one function. For eg: -
cal = calculator()
print(cal.calculate("500*2/2"))

OUTPUT:
500

Change Log
======================================================================


0.0.1(12/09/2023)
----------------------------------------------------------------------
-First Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://upload.pypi.org/legacy/",
    "name": "maullick-basic-calculator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "calculate",
    "author": "Maullick Kathuria",
    "author_email": "maullickkathuria23@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ae/3f/6642e0ef8eeba489df046e6f546137006ff772e0d13d48fc4ecab0cc6de4/maullick_basic_calculator-0.0.1.tar.gz",
    "platform": null,
    "description": "This is a Calculator Program that can easily calculate any expression with one function. For eg: -\r\ncal = calculator()\r\nprint(cal.calculate(\"500*2/2\"))\r\n\r\nOUTPUT:\r\n500\r\n\r\nChange Log\r\n======================================================================\r\n\r\n\r\n0.0.1(12/09/2023)\r\n----------------------------------------------------------------------\r\n-First Release\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is a Calculator Program that can easily calculate any expression with one function.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://upload.pypi.org/legacy/"
    },
    "split_keywords": [
        "calculate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae3f6642e0ef8eeba489df046e6f546137006ff772e0d13d48fc4ecab0cc6de4",
                "md5": "4bfc4781978c9527e3b89258c4bf20a5",
                "sha256": "63703bc2889c693d3d6586c4bc1787f88bc2a39b47765d7de752ef20601552f9"
            },
            "downloads": -1,
            "filename": "maullick_basic_calculator-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4bfc4781978c9527e3b89258c4bf20a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2120,
            "upload_time": "2023-09-16T13:14:40",
            "upload_time_iso_8601": "2023-09-16T13:14:40.264513Z",
            "url": "https://files.pythonhosted.org/packages/ae/3f/6642e0ef8eeba489df046e6f546137006ff772e0d13d48fc4ecab0cc6de4/maullick_basic_calculator-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-16 13:14:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "maullick-basic-calculator"
}
        
Elapsed time: 0.13973s