if97 1.4.4

The high-speed IAPWS-IF97 package with C and Python binding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[metadata]
name = if97
version = 1.0.0
author=Cheng Maohua
author_email=cmh@seu.edu.cn
keywords = IAPWS-IF97, IF97
license = MIT
url = https://github.com/thermalogic/IF97
description= The Python API of the high-speed IAPWS-IF97 package in Rust
long_description = file: README_Python.md
long_description_content_type = text/markdown
[options]
packages = seuif97
zip_safe = False
setup_requires = setuptools-rust >= 0.12.1;
python_requires = >=3.0
include_package_data = True