{ "info": { "author": "Justin M.", "author_email": "thisisjustinm@outlook.com", "bugtrack_url": null, "classifiers": [], "description": "# Constant List\n>Python package for common math and physics constants.\n\n[![Build Status](https://travis-ci.org/thisisjustinm/constant-list.svg?branch=master)](https://travis-ci.org/thisisjustinm/constant-list)\n\nThis is a basic and simple python package which contains all commonly used mathematical and physical constants like pi,e etc. The package is not complete and will be updated whenever I get free time. Contribs are welcome.\n\n## Installation\n\nWindows, OS X and Linux: ```pip install konstants ```\n\n## Usage\n\nThe module is very easy to use. Just search for the constant you wish to use from [here](https://raw.githubusercontent.com/thisisjustinm/constant-list/master/list.txt) and import it. To import, follow the code snippet below:\n\n```\nfrom konstants.math import basic as b\nfrom konstants.math import eDerivatives as ed\nfrom konstants.math import piDerivatives as pd\nfrom konstants.math import named as n\nfrom konstants.phys import fundamental as f\nfrom konstants.phys import astrophysical as a\nfrom konstants.misc import biblical as bi\nfrom konstants.misc import interesting as i\n\nprint(b.pi)\nprint(b.e)\nprint(ed.eie)\nprint(pd.pip)\nprint(n.her)\nprint(n.ape)\nprint(f.amc)\nprint(a.par)\nprint(bi.ht)\nprint(i.ans)\n```\n\n## Release History\n\n* 0.0.3\n\t* Added Miscellanous important numbers\n* 0.0.2\n\t* Added more constants\n* 0.0.1\n\t* Created package\n\n## Meta\n\nJustin Mathew - [@thisismjustin](https://twitter.com/thisismjustin) - thisisjustinm@outlook.com", "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/thisisjustinm/constant-list", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "konstants", "package_url": "https://pypi.org/project/konstants/", "platform": "", "project_url": "https://pypi.org/project/konstants/", "project_urls": { "Homepage": "https://github.com/thisisjustinm/constant-list" }, "release_url": "https://pypi.org/project/konstants/0.3/", "requires_dist": null, "requires_python": "", "summary": "Python package for common math and physics constants.", "version": "0.3" }, "last_serial": 4949713, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "cec556765eb086906c70b02a14086a57", "sha256": "ae43eccaca671b1fd8da6b6d44268624b18b2a6b7e2b254cf305500757380f07" }, "downloads": -1, "filename": "konstants-0.2.tar.gz", "has_sig": false, "md5_digest": "cec556765eb086906c70b02a14086a57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4272, "upload_time": "2019-03-16T22:18:25", "url": "https://files.pythonhosted.org/packages/f9/61/5f9920f2104dcca26bb5a194515bed36e4d4a19429437576cf0076b08602/konstants-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "a0b311e3a67519ba0f548b44c4cc99e7", "sha256": "5988fcf5e65f757bba6b49858fb643bf8fb6d0711233fd4380a2294827bb49da" }, "downloads": -1, "filename": "konstants-0.3.tar.gz", "has_sig": false, "md5_digest": "a0b311e3a67519ba0f548b44c4cc99e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4761, "upload_time": "2019-03-17T08:19:12", "url": "https://files.pythonhosted.org/packages/1b/3d/761f38c43890ea24813cf946f24f9277d09a0fc1864efcbc469d74ef1d9b/konstants-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a0b311e3a67519ba0f548b44c4cc99e7", "sha256": "5988fcf5e65f757bba6b49858fb643bf8fb6d0711233fd4380a2294827bb49da" }, "downloads": -1, "filename": "konstants-0.3.tar.gz", "has_sig": false, "md5_digest": "a0b311e3a67519ba0f548b44c4cc99e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4761, "upload_time": "2019-03-17T08:19:12", "url": "https://files.pythonhosted.org/packages/1b/3d/761f38c43890ea24813cf946f24f9277d09a0fc1864efcbc469d74ef1d9b/konstants-0.3.tar.gz" } ] }