{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" ], "description": "## Description\nthis is a python module to convert temperatures from one unit to another\n\n## Installation\npip install pytemp\n\n\n## Usage\n\n\nfrom pytemp import pytemp\n\n### convert from 40 degree kelvin to fahrenheit and back\nfahrenheit = pytemp(40,'kelvin', 'fahrenheit') ========> -387.66999999999996\n\nf = pytemp(40,'k', 'f') ========> -387.66999999999996\n\nkelvin = pytemp(f,'fahrenheit','kelvin') ========> 40.0\n\nk = pytemp(f,'f','k') ========> 40.0\n\n\n\n### convert from 40 degree celsius to fahrenheit and back\nfahrenheit = pytemp(40,'celsius', 'fahrenheit') ========> 104.0\n\nf = pytemp(40,'c', 'f') ========> 104.0\n\ncelsius = pytemp(f,'fahrenheit','celsius') ========> 40.0\n\nc = pytemp(f,'f','c') ========> 40.0\n\n\n\n\n### convert from 40 degree kelvin to celsius and back\ncelsius = pytemp(40,'kelvin', 'celsius') ========> -233.14999999999998\n\nc = pytemp(40,'k', 'c') ========> -233.14999999999998\n\nkelvin = pytemp(c,'celsius','kelvin') ========> 40.0\n\nk = pytemp(c,'c','k') ========> 40.0\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pytemp", "package_url": "https://pypi.org/project/pytemp/", "platform": "", "project_url": "https://pypi.org/project/pytemp/", "project_urls": null, "release_url": "https://pypi.org/project/pytemp/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "python temperature converter", "version": "0.0.1" }, "last_serial": 4548990, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3cc067f11e256741721178f7894dc890", "sha256": "36ce46095c942a48765533e2c076aeb37baf73b54577bbc6991f2599612d1cc4" }, "downloads": -1, "filename": "pytemp-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3cc067f11e256741721178f7894dc890", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2307, "upload_time": "2018-11-30T23:26:39", "url": "https://files.pythonhosted.org/packages/b2/53/48c1419c2924ddc19f5313ac66a855d10f4ade6e87e7c7b89fef5c113bf6/pytemp-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3cc067f11e256741721178f7894dc890", "sha256": "36ce46095c942a48765533e2c076aeb37baf73b54577bbc6991f2599612d1cc4" }, "downloads": -1, "filename": "pytemp-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3cc067f11e256741721178f7894dc890", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2307, "upload_time": "2018-11-30T23:26:39", "url": "https://files.pythonhosted.org/packages/b2/53/48c1419c2924ddc19f5313ac66a855d10f4ade6e87e7c7b89fef5c113bf6/pytemp-0.0.1-py3-none-any.whl" } ] }