ankitdiscountcalculator


Nameankitdiscountcalculator JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA very basic discount calculator
upload_time2023-04-22 08:24:02
maintainer
docs_urlNone
authorAnkit Kumar
requires_python
licenseMIT
keywords discount calculator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a very simple discount calculator that takes two parameters that is originalRate and discountedPercentage to calculated the discounted rate.

originalRate: This takes the original rate of any product/services.
discountedPercentage: This takes the percent of discount being offered. 

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

0.0.1 (22/04/2023)
------------------
- First Release

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ankitdiscountcalculator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "discount calculator",
    "author": "Ankit Kumar",
    "author_email": "x22113886@student.ncirl.ie",
    "download_url": "https://files.pythonhosted.org/packages/6a/c1/41f917a4666e537dc973b16ac3b05024f7ea6c65fbb2c22f029b85404df1/ankitdiscountcalculator-0.0.1.tar.gz",
    "platform": null,
    "description": "This is a very simple discount calculator that takes two parameters that is originalRate and discountedPercentage to calculated the discounted rate.\n\noriginalRate: This takes the original rate of any product/services.\ndiscountedPercentage: This takes the percent of discount being offered. \n\nChange Log\n===========\n\n0.0.1 (22/04/2023)\n------------------\n- First Release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A very basic discount calculator",
    "version": "0.0.1",
    "split_keywords": [
        "discount",
        "calculator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ac141f917a4666e537dc973b16ac3b05024f7ea6c65fbb2c22f029b85404df1",
                "md5": "5c705007e49b04cddb075e8e9608fd70",
                "sha256": "1dede51b6bd189c43ba312f68c858b20b7e85ef6017dbfddb35fa8b079d3f409"
            },
            "downloads": -1,
            "filename": "ankitdiscountcalculator-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5c705007e49b04cddb075e8e9608fd70",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2312,
            "upload_time": "2023-04-22T08:24:02",
            "upload_time_iso_8601": "2023-04-22T08:24:02.368216Z",
            "url": "https://files.pythonhosted.org/packages/6a/c1/41f917a4666e537dc973b16ac3b05024f7ea6c65fbb2c22f029b85404df1/ankitdiscountcalculator-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-22 08:24:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ankitdiscountcalculator"
}
        
Elapsed time: 0.05800s