{ "info": { "author": "Wannaphong Phatthiyaphaibun", "author_email": "wannaphong@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: IronPython", "Programming Language :: Python :: Implementation :: Jython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Scientific/Engineering" ], "description": "=============\r\npytemperature\r\n=============\r\n A module that helps to convert temperature units.\r\n\r\n**Install**\r\n\r\npip install pytemperature \r\n\r\n**Examples of usage**\r\n\r\n\r\n>>> import pytemperature\r\n>>> pytemperature.c2f(37.78) # Celsius to Fahrenheit\r\n100.0\r\n>>> pytemperature.f2c(104) # Fahrenheit to Celsius\r\n40.0\r\n>>> pytemperature.c2k(40) # Celsius to Kelvin\r\n313.15\r\n>>> pytemperature.k2c(273.15) # Kelvin to Celsius\r\n0.0\r\n>>> pytemperature.k2f(273.15) # Kelvin to Fahrenheit\r\n31.98\r\n>>> pytemperature.f2k(100) # Fahrenheit to Kelvin\r\n310.93\r\n>>> pytemperature.r2c(80) # Romoe to Celsius\r\n100.0\r\n>>> pytemperature.c2r(100) # Romoe to Celsius\r\n80.0\r\n>>> pytemperature.r2k(80) #Romoe to Celsius\r\n373.15", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://python3.wannaphong.com/2015/04/pytemperature.html", "keywords": "temperature science", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pytemperature", "package_url": "https://pypi.org/project/pytemperature/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytemperature/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://python3.wannaphong.com/2015/04/pytemperature.html" }, "release_url": "https://pypi.org/project/pytemperature/1.0/", "requires_dist": null, "requires_python": null, "summary": "Scale of temperature", "version": "1.0" }, "last_serial": 1497471, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "291db716b08ed0e7a444bbe04bd32ad4", "sha256": "8b8245bc78354cf050ed9e1640fd2a8a2d2f22438959cc018f651c0c5d16fb4f" }, "downloads": -1, "filename": "pytemperature-1.0.zip", "has_sig": false, "md5_digest": "291db716b08ed0e7a444bbe04bd32ad4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2217, "upload_time": "2015-04-09T13:28:14", "url": "https://files.pythonhosted.org/packages/b3/7a/6d1aa5434b2272122aa4e72354c03fdfa0202ea74f1c1fa4cbbfe0f6ba3d/pytemperature-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "291db716b08ed0e7a444bbe04bd32ad4", "sha256": "8b8245bc78354cf050ed9e1640fd2a8a2d2f22438959cc018f651c0c5d16fb4f" }, "downloads": -1, "filename": "pytemperature-1.0.zip", "has_sig": false, "md5_digest": "291db716b08ed0e7a444bbe04bd32ad4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2217, "upload_time": "2015-04-09T13:28:14", "url": "https://files.pythonhosted.org/packages/b3/7a/6d1aa5434b2272122aa4e72354c03fdfa0202ea74f1c1fa4cbbfe0f6ba3d/pytemperature-1.0.zip" } ] }