Metadata-Version: 2.1
Name: ptct
Version: 0.1.0
Summary: Python program to convert temperature between Kelvin, Celsius, Fahrenheit
Home-page: https://github.com/almoore/ptct
Author: Alex Moore
Author-email: alexander.g.moore1@gmail.com
License: Apache Software License 2.0
Keywords: ptct temperature conversion
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

==================================
Python Temperature Conversion Test
==================================


.. image:: https://img.shields.io/pypi/v/ptct.svg
        :target: https://pypi.python.org/pypi/ptct

.. image:: https://img.shields.io/travis/almoore/ptct.svg
        :target: https://travis-ci.org/almoore/ptct

.. image:: https://readthedocs.org/projects/ptct/badge/?version=latest
        :target: https://ptct.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Python program to convert temperature between Kelvin, Celsius, Fahrenheit, and Rankine to check students calcuations


* Free software: Apache Software License 2.0
* Documentation: https://ptct.readthedocs.io.


Features
--------

Takes the following inputs:

- an input temperature
- an input unit of measure
- a target unit of measure
- an optional numeric response

  - The student’s response must match an authoritative answer after both the student’s response and authoritative answer are rounded to the ones place. The system indicates that the response is correct, incorrect, or invalid.


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-03-21)
------------------

* First release on PyPI.


