Metadata-Version: 2.1
Name: f2py-jit
Version: 0.2.1
Summary: UNKNOWN
Home-page: https://gitlab.info-ufr.univ-montp2.fr/daniele.coslovich/f2py-jit
Author: Daniele Coslovich
Author-email: daniele.coslovich@umontpellier.fr
License: GPLv3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Requires-Dist: numpy

f2py-jit
==================

[![pypi](https://img.shields.io/pypi/v/f2py-jit.svg)](https://pypi.python.org/pypi/f2py-jit/)
[![version](https://img.shields.io/pypi/pyversions/f2py-jit.svg)](https://pypi.python.org/pypi/f2py-jit/)
[![license](https://img.shields.io/pypi/l/f2py-jit.svg)](https://en.wikipedia.org/wiki/GNU_General_Public_License)
[![pipeline status](https://framagit.org/coslo/f2py-jit/badges/master/pipeline.svg)](https://framagit.org/coslo/f2py-jit/-/commits/master)
[![coverage report](https://framagit.org/coslo/f2py-jit/badges/master/coverage.svg)](https://framagit.org/coslo/f2py-jit/-/commits/master)

Just-in-time compilation of fortran code in python (via f2py).

Quick start
-----------

```python
import f2py_jit
```

Installation
------------
The easiest way to install f2py-jit is with pip
```
pip install f2py-jit
```

Alternately, you can clone the code repository and install from source
```
git clone https://framagit.org/coslo/f2py-jit.git
cd f2py_jit
make install
```

Authors
-------
Daniele Coslovich: http://www-dft.ts.infn.it/~coslovich/


