Metadata-Version: 2.1
Name: pyciaaw
Version: 0.2.0
Summary: pyciaaw: CIAAW for python.
Author-email: Milan Skocic <milan.skocic@icloud.com>
License: GNU General Public License v3 (GPLv3)
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 :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

Introduction
==============

 .. readme_inclusion_start

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.
On linux, you might have to install `libgfortran` if it is not distributed by default with your linux distribution. 

.. readme_inclusion_end 


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

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

See ``requirements.txt``.


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