Skip to content

Files

Latest commit

8f7b80e · Jan 19, 2025

History

History

py

Introduction

Python wrapper around the Fortran iapws library. The Fortran library does not need to be installed, the python wrapper embeds all needed dependencies for Windows and MacOS. On linux, you might have to install libgfortran if it is not distributed with your linux distribution.

All functions that operate on arrays, more precisely on objects with the buffer protocol, return memory views in order to avoid compilation dependencies on 3rd party packages.

Installation

In a terminal, enter:

pip install pyiapws

Usage

Example in python.

License

MIT