Metadata-Version: 2.1
Name: gprubin
Version: 0.1.0
Summary: gprubin
Home-page: https://github.com/PFLeget/gprubin
Download-URL: https://github.com/PFLeget/gprubin/releases/tag/v0.1.0.zip
Author: PFLeget
License: BSD License
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Intended Audience :: Science/Research
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: treegp>=1.2.0
Requires-Dist: jax


Overview
--------

``gprubin`` is a python gaussian process code that perform 2D interpolation on maskedImage. 


Installation
------------

The easiest way to install is usually::

  pip install gprubin

which will install the latest released version.

If you would instead like to install the development version, you can do so via::

  TO DO 
  TO DO
  TO DO


Dependencies
------------

``gprubin`` has for now the following dependencies (see the quick
installs below):

- libraries listed in the `requirements <requirements.txt>`_ file
