Metadata-Version: 2.1
Name: pycodata
Version: 0.3.0
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
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

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

.. readme_inclusion_start

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.

For now,the wrapper must be compiled on Linux, windows and MacOS platforms
after installing the codata library using the compiler that was used to compile your python interpreter.

On Windows 
`Intel Fortran Redistributable <https://www.intel.com/content/www/us/en/developer/articles/tool/compilers-redistributable-libraries-by-version.html>`_ 
and 
`Visual C++ Redistributable for Visual Studio 2015 <https://www.microsoft.com/en-us/download/details.aspx?id=48145>`_
are necessary.

The list of the available constants: `<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 independent.

.. readme_inclusion_end

The online documentation: `<https://milanskocic.github.io/pycodata/index.html>`_.

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

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

See ``requirements.txt``.


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