CalculateMean-Class


NameCalculateMean-Class JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA Class to Calculate the Mean of given Values
upload_time2024-05-22 07:09:08
maintainerNone
docs_urlNone
authorkunaalg
requires_pythonNone
licenseNone
keywords python mean calculate calculate mean numbers math
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Python



from CalculateMean import calculate_mean 



mean = CalculateMean([1, 2, 3, 4, 5])

print(mean.calculate_mean())


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "CalculateMean-Class",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, mean, calculate, calculate mean, numbers, math",
    "author": "kunaalg",
    "author_email": "<kunaal@runcode.com>",
    "download_url": null,
    "platform": null,
    "description": "\r\nPython\r\n\r\n\r\n\r\nfrom CalculateMean import calculate_mean \r\n\r\n\r\n\r\nmean = CalculateMean([1, 2, 3, 4, 5])\r\n\r\nprint(mean.calculate_mean())\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Class to Calculate the Mean of given Values",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        " mean",
        " calculate",
        " calculate mean",
        " numbers",
        " math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afa56efef08bc750895e7f7cf9edbfacf3cb9a021eea774c183a62ebbe8f97fc",
                "md5": "d72334d13a3f32d09d5c6bab8ca364bf",
                "sha256": "141896952004da804c131292defa83e57a27bbf78be7407ad08e3b03140a5133"
            },
            "downloads": -1,
            "filename": "CalculateMean_Class-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d72334d13a3f32d09d5c6bab8ca364bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2867,
            "upload_time": "2024-05-22T07:09:08",
            "upload_time_iso_8601": "2024-05-22T07:09:08.231197Z",
            "url": "https://files.pythonhosted.org/packages/af/a5/6efef08bc750895e7f7cf9edbfacf3cb9a021eea774c183a62ebbe8f97fc/CalculateMean_Class-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-22 07:09:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "calculatemean-class"
}
        
Elapsed time: 0.25514s