**pyILT2** is a python library to access the *NIST Standard Reference Database #147*,
aka Ionic Liquids Database - `ILThermo v2.0`_ .

.. note:: The author is not not affiliated to the National Institute of Standards and Technology (NIST)!


Documentation
-------------

Documentation including installation procedure, tutorial and API:
http://wgserve.de/pyilt2/


Requirements
------------

* Python 2 or 3
* `NumPy`_
* `Requests`_: HTTP for Humans


.. _ILThermo v2.0: http://ilthermo.boulder.nist.gov/
.. _NumPy: http://www.numpy.org/
.. _Requests: http://docs.python-requests.org/en/master/