temperature-converter-py


Nametemperature-converter-py JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/BrunoASN/temperature_converter_py
Summary
upload_time2023-07-27 03:09:55
maintainer
docs_urlNone
authorBruno Nascimento
requires_python>=3.4
licenseMIT
keywords conversor temperatura
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Temperature Converter

**temperature_converter_py** is a simple temperature converter.
## Install
- `pip install temperature-converter-py`
## Import
`import temperature_converter_py`

## Functions

- **celsius_to_fahrenheit(temp_in_celsius)**: Receives a float value in Celsius and returns in Fahrenheit.

- **fahrenheit_to_celsius(temp_in_fahrenheit)**: Receives a float value in Fahrenheit and returns in Celsius.

- **celsius_to_kelvin(temp_in_celsius)**: Receives a float value in Celsius and returns in Kelvin.

- **kelvin_to_celsius(temp_in_kelvin)**: Receives a float value in Kelvin and returns in Celsius.

- **fahrenheit_to_kelvin(temp_in_fahrenheit)**: Receives a float value in Fahrenheit and returns in Kelvin.

- **kelvin_to_fahrenheit(temp_in_kelvin)**: Receives a float value in Kelvin and returns in Fahrenheit.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BrunoASN/temperature_converter_py",
    "name": "temperature-converter-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": "",
    "keywords": "conversor,temperatura",
    "author": "Bruno Nascimento",
    "author_email": "bruno-asn@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5a/fd/b5d595a5a33509d3609c72b449360462855d8471e631677e68ec7a35ce63/temperature_converter_py-1.0.2.tar.gz",
    "platform": null,
    "description": "# Temperature Converter\n\n**temperature_converter_py** is a simple temperature converter.\n## Install\n- `pip install temperature-converter-py`\n## Import\n`import temperature_converter_py`\n\n## Functions\n\n- **celsius_to_fahrenheit(temp_in_celsius)**: Receives a float value in Celsius and returns in Fahrenheit.\n\n- **fahrenheit_to_celsius(temp_in_fahrenheit)**: Receives a float value in Fahrenheit and returns in Celsius.\n\n- **celsius_to_kelvin(temp_in_celsius)**: Receives a float value in Celsius and returns in Kelvin.\n\n- **kelvin_to_celsius(temp_in_kelvin)**: Receives a float value in Kelvin and returns in Celsius.\n\n- **fahrenheit_to_kelvin(temp_in_fahrenheit)**: Receives a float value in Fahrenheit and returns in Kelvin.\n\n- **kelvin_to_fahrenheit(temp_in_kelvin)**: Receives a float value in Kelvin and returns in Fahrenheit.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "1.0.2",
    "project_urls": {
        "C\u00f3digo fonte": "https://github.com/BrunoASN/temperature_converter_py",
        "Download": "https://github.com/BrunoASN/temperature_converter_py/archive/master.zip",
        "Homepage": "https://github.com/BrunoASN/temperature_converter_py"
    },
    "split_keywords": [
        "conversor",
        "temperatura"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3abe8ad7c3f2b5e74e818a77e977f44fb947384911d96c31b2ba2574ecbc914c",
                "md5": "949690d02ed0e68abbd13f42d0215c33",
                "sha256": "b76aeab11daca587b73c3a6b204d39c2f4210ce72022a3a1fe59cf56abfeb8d2"
            },
            "downloads": -1,
            "filename": "temperature_converter_py-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "949690d02ed0e68abbd13f42d0215c33",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4",
            "size": 3467,
            "upload_time": "2023-07-27T03:09:54",
            "upload_time_iso_8601": "2023-07-27T03:09:54.385394Z",
            "url": "https://files.pythonhosted.org/packages/3a/be/8ad7c3f2b5e74e818a77e977f44fb947384911d96c31b2ba2574ecbc914c/temperature_converter_py-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5afdb5d595a5a33509d3609c72b449360462855d8471e631677e68ec7a35ce63",
                "md5": "e1ca1114d878b02365f11cb903791326",
                "sha256": "4b0c7296406a6431986c5a91fefaab23e82df5dcf8e05f9c505bb20cee685262"
            },
            "downloads": -1,
            "filename": "temperature_converter_py-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e1ca1114d878b02365f11cb903791326",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 2895,
            "upload_time": "2023-07-27T03:09:55",
            "upload_time_iso_8601": "2023-07-27T03:09:55.796605Z",
            "url": "https://files.pythonhosted.org/packages/5a/fd/b5d595a5a33509d3609c72b449360462855d8471e631677e68ec7a35ce63/temperature_converter_py-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-27 03:09:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BrunoASN",
    "github_project": "temperature_converter_py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "temperature-converter-py"
}
        
Elapsed time: 0.10826s