Metadata-Version: 2.1
Name: temperature-conversion
Version: 1.0.0
Summary: Paquete de conversión de temperaturas
Home-page: https://github.com/odmendoza/temperature_conversion
License: MIT
Keywords: temperature conversion,kelvin,fahrenheit,rankine
Author: Danilo Mendoza
Author-email: odmendoza@utpl.edu.ec
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/odmendoza/temperature_conversion
Description-Content-Type: text/markdown

# temperature_conversion

Paquete de conversión de temperaturas

El módulo del paquete contiene las funciones siguientes:

- Una función llamada F_to_K que convierte temperaturas en Fahrenheit a Kelvin.
- Una función llamada C_to_R que convierte temperaturas en Celsius a Rankine.
- Una función llamada C_to_F que convierte temperaturas en Celsius a Fahrenheit.

## Instalación
```
pip install temperature_conversion
```

## Forma de uso

```python
print('To be edited')
```
