sarveshbmicalculator


Namesarveshbmicalculator JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA very basic BMI calculator
upload_time2023-04-23 16:18:34
maintainer
docs_urlNone
authorSarvesh Shekhar
requires_python
licenseMIT
keywords bmi calculator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a very simple bodymassindex calculator with two parameters 'height' and 'weight'. This function returns the calculation of weight in 'kg' divided by the square of the height in 'meters', which is the formula of the Body Mass Index(BMI). The round() function is used in order to round the result to 2 decimal points. 

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

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sarveshbmicalculator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bmi calculator",
    "author": "Sarvesh Shekhar",
    "author_email": "x22129880@student.ncirl.ie",
    "download_url": "https://files.pythonhosted.org/packages/ca/15/b7e4ba7625eb665e1e6b49e1f7c12f437cd3d680ffda9d12861d1dddae44/sarveshbmicalculator-0.0.1.tar.gz",
    "platform": null,
    "description": "This is a very simple bodymassindex calculator with two parameters 'height' and 'weight'. This function returns the calculation of weight in 'kg' divided by the square of the height in 'meters', which is the formula of the Body Mass Index(BMI). The round() function is used in order to round the result to 2 decimal points. \r\n\r\nChange Log\r\n===========\r\n\r\n0.0.1 (22/04/2023)\r\n------------------\r\n- First Release\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A very basic BMI calculator",
    "version": "0.0.1",
    "split_keywords": [
        "bmi",
        "calculator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca15b7e4ba7625eb665e1e6b49e1f7c12f437cd3d680ffda9d12861d1dddae44",
                "md5": "fd8db00b4cc05f7c74492c6147a9c15e",
                "sha256": "adcb4daf902d367af69e44d260d8001ca606b319ca831d16b678c8074d12acda"
            },
            "downloads": -1,
            "filename": "sarveshbmicalculator-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fd8db00b4cc05f7c74492c6147a9c15e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2394,
            "upload_time": "2023-04-23T16:18:34",
            "upload_time_iso_8601": "2023-04-23T16:18:34.029134Z",
            "url": "https://files.pythonhosted.org/packages/ca/15/b7e4ba7625eb665e1e6b49e1f7c12f437cd3d680ffda9d12861d1dddae44/sarveshbmicalculator-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-23 16:18:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "sarveshbmicalculator"
}
        
Elapsed time: 0.08074s