Metadata-Version: 2.1
Name: pycodata
Version: 0.10.0
Summary: pycodata: CODATA constants for python.
Author-email: Milan Skocic <milan.skocic@icloud.com>
License: GNU General Public License v3 (GPLv3)
Project-URL: Documentation, https://milanskocic.github.io/codata/index.html
Project-URL: Source, https://github.com/MilanSkocic/codata
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 codata library <https://milanskocic.github.io/codata/index.html>`_.
The Fortran library does not need to be installed, the python wrapper embeds all needed dependencies.
On linux, you might have to install `libgfortran` if it is not distributed with your linux distribution. 

.. readme_inclusion_end

Installation
===================
See  ``INSTALL.rst``.

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

See ``requirements.txt``.


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