Metadata-Version: 2.1
Name: pyciaaw
Version: 0.5.1
Summary: pyciaaw: CIAAW for python.
Author-email: Milan Skocic <milan.skocic@icloud.com>
License: License :: OSI Approved :: MIT License
Project-URL: Documentation, https://milanskocic.github.io/ciaaw/index.html
Project-URL: Source, https://github.com/MilanSkocic/ciaaw
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Introduction

Python wrapper around the
[Fortran ciaaw library](https://milanskocic.github.io/ciaaw/index.html).
The Fortran library does not need to be installed, the python wrapper embeds all needed fortran dependencies
for Windows and MacOS.
On linux, you might have to install `libgfortran` if it is not distributed by default with your linux distribution. 



# Installation

```
pip install pyciaaw
```



# Usage

[Example in python](https://milanskocic.github.io/ciaaw/page/examples.html#python).


# License

MIT
