Metadata-Version: 2.1
Name: pycodata
Version: 0.2.6
Summary: pycodata
Home-page: https://milanskocic.github.io/pycodata/index.html
Download-URL: https://github.com/MilanSkocic/pycodata
Author: Milan Skocic
Author-email: milan.skocic@icloud.com
Maintainer: Milan Skocic
Maintainer-email: milan.skocic@icloud.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
License-File: LICENSE.txt

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

Python wrapper around the
`(Modern) Fortran codata library <https://milanskocic.github.io/codata/index.html>`_.
Follow the `installation instructions <https://milanskocic.github.io/codata/md_introduction_install.html>`_.
for compiling and installing the library.
The wrapper must also be compiled on the host platform after installing the codata library. 
The compilation of the wrapper is trivial and it should work with every C compiler as long as the codata library
was compiled and installed with all paths set properly.

The list of the available constants is available 
`here <https://milanskocic.github.io/codata/md_introduction_raw_codata.html>`_.

The version of the python wrapper follows the versions (major and minor) of the codata library.
The patches will be indenpendent.

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

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

See ``requirements.txt``.


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