{ "info": { "author": "Pradipta Bora", "author_email": "pradd@outlook.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "PythonPi\r\n--------\r\n\r\nGet the Value of Pi upto n decimal digits using this Python Script. Uses\r\nthe chudnovsky algorithm implemented using the Pyton Decimal Data Type.\r\n\r\nInstallation\r\n^^^^^^^^^^^^\r\n\r\nIf you want to use this as a module, then you can use pip or just\r\ndownload the script to your computer from here.\r\n\r\nUsing pip\r\n'''''''''\r\n\r\n::\r\n\r\n pip install PythonPi\r\n\r\nUsage\r\n^^^^^\r\n\r\nConsole Usage\r\n'''''''''''''\r\n\r\nJust run the file (if not installed using pip) or enter the following\r\ncommand (if installed using pip):\r\n\r\n::\r\n\r\n pythonpi\r\n\r\nYou can then use the Interactive Shell to do your calculations\r\n\r\nAPI Usage\r\n'''''''''\r\n\r\nIf you for some reason need the value of pi in your program then you can\r\nuse the module in the following way:\r\n\r\n.. code:: python\r\n\r\n import PythonPi\r\n\r\n print(PythonPi.getValueOfPi(12)) #Upto 12 decimal places\r\n\r\nAbout\r\n^^^^^\r\n\r\nCreated By Pradipta Bora (geekpradd) using the Chudnovsky Algorithm. MIT\r\nLicensed.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/geekpradd/PythonPi", "keywords": "pi maths", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "PythonPi", "package_url": "https://pypi.org/project/PythonPi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PythonPi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/geekpradd/PythonPi" }, "release_url": "https://pypi.org/project/PythonPi/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Get the Value of Pi upto as many decimal places as needed", "version": "1.0.2" }, "last_serial": 1440894, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5f9ee186826550de8965de222039f031", "sha256": "c3da01c7ea1eff7f492f2b22d12ee460025d3bbdd4842f40c807c6c9c0049e84" }, "downloads": -1, "filename": "PythonPi-1.0.0.zip", "has_sig": false, "md5_digest": "5f9ee186826550de8965de222039f031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4613, "upload_time": "2015-02-27T11:36:36", "url": "https://files.pythonhosted.org/packages/f0/9b/e9cd6494c86b8f63287e9aaa55586f6719cd2a6f9e099087a31a747b6f87/PythonPi-1.0.0.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "01f6c46e57f641933e59c47e086b96bb", "sha256": "c41de9f33975330f1644282a63708fcda51ba71515ec399172ad06fd826b7f49" }, "downloads": -1, "filename": "PythonPi-1.0.2.zip", "has_sig": false, "md5_digest": "01f6c46e57f641933e59c47e086b96bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4640, "upload_time": "2015-02-27T11:40:27", "url": "https://files.pythonhosted.org/packages/fc/bf/d81b6e804a423c0b8b9e7c1daeb32a7dae417ed94a1033ed325bb4f9b61f/PythonPi-1.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01f6c46e57f641933e59c47e086b96bb", "sha256": "c41de9f33975330f1644282a63708fcda51ba71515ec399172ad06fd826b7f49" }, "downloads": -1, "filename": "PythonPi-1.0.2.zip", "has_sig": false, "md5_digest": "01f6c46e57f641933e59c47e086b96bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4640, "upload_time": "2015-02-27T11:40:27", "url": "https://files.pythonhosted.org/packages/fc/bf/d81b6e804a423c0b8b9e7c1daeb32a7dae417ed94a1033ed325bb4f9b61f/PythonPi-1.0.2.zip" } ] }