Metadata-Version: 2.4
Name: pycodata
Version: 2.5.0
Summary: pycodata: CODATA constants for python.
Author-email: Milan Skocic <milan.skocic@gmail.com>
License-Expression: MIT
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file


# Introduction

Python wrapper around the
[Fortran codata library](https://milanskocic.github.io/codata/ ).
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

In a terminal, enter:

```python
pip install pycodata
```

# License

MIT

```
MIT License
