Skip to content

mds-octocat/convertempPy

 
 

Repository files navigation

convertempPy

codecov Release

Documentation Status

Easily convert between temperatures! Celsius, Kelvin & Fahrenheit! This is a toy package developed for demonstration in the UBC MDS DSCI 524 (Collaborative Software Development) course. MDS is the best!

Installation:

pip install -i https://test.pypi.org/simple/ convertempPy

Features

Contains functions for all permutations of conversions between Celsius, Kelvin and Fahrenheit.

Dependencies

  • Python 3 or greater

Usage

Example usage:

>>> from convertempPy import convertempPy as tmp
>>> tmp.fahr_to_celsius(32)
0

Documentation

The official documentation is hosted on Read the Docs: https://convertempPy.readthedocs.io/en/latest/

Credits

This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the pyOpenSci/cookiecutter-pyopensci project template and the audreyr/cookiecutter-pypackage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%