<div align="center">
![PyPI](https://img.shields.io/pypi/v/tempyrature?style=for-the-badge)
![PyPI - Downloads](https://img.shields.io/pypi/dm/tempyrature?style=for-the-badge)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Lobooooooo14/tempyrature?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/Lobooooooo14/tempyrature?style=for-the-badge)
</div>
# Tempyrature
Tempyrature is a simple Python module to convert temperature scales easily.
***
## Scales
Tempyrature currently supports 3 temperature ranges:
- Celcius
- Fahrenheit
- Kelvin
## Installation
You can install tempyrature in two main ways:
1. [***Pypi***](https://pypi.org/project/tempyrature/):
Through the command:
```
pip install tempyrature
```
> This command may vary depending on your device.
2. Cloning this repository:
If you have GIT installed, you can:
```
git clone https://github.com/Lobooooooo14/tempyrature.git
```
This will download this repository to your device, enter the downloaded folder (make sure it is in the same directory as the `setup.py` file) and use the command:
```
pip install .
```
## How to use
After you have done the installation, you can use the tempyrature as follows:
```python
from tempyrature import Converter
print(Converter.celsius2fahrenheit(30.5)) #30.5°C
#>>> 86.0
```
## Documentation
You can see the full documentation [***here***](https://github.com/Lobooooooo14/tempyrature/wiki/Documentation)
Raw data
{
"_id": null,
"home_page": "https://github.com/lobooooooo14/tempyrature",
"name": "tempyrature",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "scale,conversor,temperature",
"author": "Lobooooooo14",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/96/62/98ba5a8a7be7907c11aee439530080aa4386f7b82022883d771098ffa3e7/tempyrature-1.0.2.tar.gz",
"platform": null,
"description": "<div align=\"center\"> \n\n![PyPI](https://img.shields.io/pypi/v/tempyrature?style=for-the-badge)\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/tempyrature?style=for-the-badge)\n\n![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Lobooooooo14/tempyrature?style=for-the-badge)\n\n![GitHub](https://img.shields.io/github/license/Lobooooooo14/tempyrature?style=for-the-badge)\n</div>\n\n# Tempyrature\n\nTempyrature is a simple Python module to convert temperature scales easily.\n\n***\n\n## Scales\n\nTempyrature currently supports 3 temperature ranges:\n\n- Celcius\n- Fahrenheit\n- Kelvin\n\n## Installation\n\nYou can install tempyrature in two main ways:\n\n1. [***Pypi***](https://pypi.org/project/tempyrature/):\n\n Through the command:\n ```\n pip install tempyrature\n ```\n > This command may vary depending on your device.\n\n2. Cloning this repository:\n\n If you have GIT installed, you can:\n\n ```\n git clone https://github.com/Lobooooooo14/tempyrature.git\n ```\n This will download this repository to your device, enter the downloaded folder (make sure it is in the same directory as the `setup.py` file) and use the command:\n ```\n pip install .\n ```\n\n## How to use\n\nAfter you have done the installation, you can use the tempyrature as follows:\n\n```python\nfrom tempyrature import Converter\n\n\nprint(Converter.celsius2fahrenheit(30.5)) #30.5\u00b0C\n#>>> 86.0\n```\n\n## Documentation\n\nYou can see the full documentation [***here***](https://github.com/Lobooooooo14/tempyrature/wiki/Documentation)\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "A simple temperature converter.",
"version": "1.0.2",
"split_keywords": [
"scale",
"conversor",
"temperature"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "77a7cac29561647f2fd4e165ec5cd79c",
"sha256": "7922e9c27bdfe19516a7935023cfa1a1af04ae5728db07109da6e8ea39ae17c4"
},
"downloads": -1,
"filename": "tempyrature-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "77a7cac29561647f2fd4e165ec5cd79c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7403,
"upload_time": "2022-12-04T01:50:51",
"upload_time_iso_8601": "2022-12-04T01:50:51.383031Z",
"url": "https://files.pythonhosted.org/packages/dc/f8/3349537761ef124f58071318b7ac758c2c2e00b3237a4322f243e1c4ecd8/tempyrature-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "90883e9e0db8d3654b40a4372b963007",
"sha256": "4e25d6cddd967ed0b7b6bcafa1f78ea54a3fccd578e0a22acf0747919f8e2599"
},
"downloads": -1,
"filename": "tempyrature-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "90883e9e0db8d3654b40a4372b963007",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6953,
"upload_time": "2022-12-04T01:50:52",
"upload_time_iso_8601": "2022-12-04T01:50:52.493258Z",
"url": "https://files.pythonhosted.org/packages/96/62/98ba5a8a7be7907c11aee439530080aa4386f7b82022883d771098ffa3e7/tempyrature-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-04 01:50:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "lobooooooo14",
"github_project": "tempyrature",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tempyrature"
}