Metadata-Version: 2.1
Name: pyiapws
Version: 0.2.0
Summary: pyiapws
Home-page: https://milanskocic.github.io/pyiapws/index.html
Download-URL: https://github.com/MilanSkocic/pyiapws
Author: Milan Skocic
Author-email: milan.skocic@icloud.com
Maintainer: Milan Skocic
Maintainer-email: milan.skocic@icloud.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

Description
============

 .. readme_inclusion_start

Python wrapper around the
`Fortran iapws library <https://milanskocic.github.io/iapws/index.html>`_.
The Fortran library does not need to be installed, the python wrapper embeds all needed dependencies.
On linux, you might have to install `libgfortran` if it is not distributed with your linux distribution. 

.. readme_inclusion_end 


Installation
===================
See  ``INSTALL.txt``.

Dependencies
================

See ``requirements.txt``.


License information
===========================
See ``LICENSE.txt``.
