{ "info": { "author": "Michael Teckman", "author_email": "michael.teckman@googlemail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Readme for Mango_dist\n\n## Installation\nRun `pip install -i https://test.pypi.org/simple/ mangodistributions` in the command line\n\n## Importing functionality\nImport into a python script with `import mangodistributions as mg`\n\n## Example functionality\nCreate a random sample of 10 values from Normal distribution with a mean of 5 and a standard deviation of 1:\n```\nimport mangodistributions as mg\n\nnormal_dist = mg.Normal(n = 10, mean = 5, sd=1)\nsample = normal_dist.draw()\n \n```\nPrint summary metrics on your sample\n```\nimport mangodistributions as mg\n\nnormal_dist = mg.Normal(n = 10, mean = 5, sd=1)\nsample = normal_dist.draw()\nnormal_dist.summarise()\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pypa/sampleproject", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mangodistributions", "package_url": "https://pypi.org/project/mangodistributions/", "platform": "", "project_url": "https://pypi.org/project/mangodistributions/", "project_urls": { "Homepage": "https://github.com/pypa/sampleproject" }, "release_url": "https://pypi.org/project/mangodistributions/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A distribution package", "version": "0.0.2" }, "last_serial": 5222517, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "b42567c88f3a3af29dc6602a6893d8c2", "sha256": "6e64642347e5c0d8aca5c0f805b2682598d2352e6ff00336efaa1c1366db4373" }, "downloads": -1, "filename": "mangodistributions-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b42567c88f3a3af29dc6602a6893d8c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1706, "upload_time": "2019-05-03T15:42:35", "url": "https://files.pythonhosted.org/packages/a0/3c/3539f385cff13df4879bc4981b7a61c94652b57a1e2fe6cb6fb8a7d1cee3/mangodistributions-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b42567c88f3a3af29dc6602a6893d8c2", "sha256": "6e64642347e5c0d8aca5c0f805b2682598d2352e6ff00336efaa1c1366db4373" }, "downloads": -1, "filename": "mangodistributions-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b42567c88f3a3af29dc6602a6893d8c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1706, "upload_time": "2019-05-03T15:42:35", "url": "https://files.pythonhosted.org/packages/a0/3c/3539f385cff13df4879bc4981b7a61c94652b57a1e2fe6cb6fb8a7d1cee3/mangodistributions-0.0.2.tar.gz" } ] }