Metadata-Version: 2.1
Name: glotaran
Version: 0.0.12
Summary: The Glotaran fitting engine.
Home-page: http://glotaran.org
Author: Joern Weissenborn, Joris Snellenburg, Ivo van Stokkum
Author-email: joern.weissenborn@gmail.com,
                    j.snellenburg@gmail.com,
                    i.h.m.van.stokkum@vu.nl
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click (>=7.0)
Requires-Dist: dask (>=2.0)
Requires-Dist: dask[bag] (>=2.0)
Requires-Dist: distributed (>=2.0)
Requires-Dist: fsspec (>=0.4.1)
Requires-Dist: lmfit (>=0.9.13)
Requires-Dist: netCDF4 (>=1.5)
Requires-Dist: numba (>=0.44)
Requires-Dist: numpy (>=1.16)
Requires-Dist: pandas (>=0.24)
Requires-Dist: partd (>=0.3.10)
Requires-Dist: pyyaml (>=5.1)
Requires-Dist: scipy (>=1.3)
Requires-Dist: setuptools (>=41.0)
Requires-Dist: xarray (>=0.12)

# pyGloTarAn

pyGloTarAn is a python library for global and target analysis

[![latest release](https://pypip.in/version/glotaran/badge.svg)](https://pypi.org/project/glotaran/)
[![Build Status Linux + OsX](https://travis-ci.org/glotaran/pyglotaran.svg?branch=master)](https://travis-ci.org/glotaran/pyglotaran)
[![Build Status Windows](https://ci.appveyor.com/api/projects/status/76gkx10wyn2cd049?svg=true)](https://ci.appveyor.com/project/glotaran/pyglotaran)
[![Documentation Status](https://readthedocs.org/projects/glotaran/badge/?version=latest)](https://glotaran.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/glotaran/pyglotaran/badge.svg?branch=master)](https://coveralls.io/github/glotaran/pyglotaran?branch=master)

## Warning

This project is still in a pre-release stage and should only be used with care.

## Additional warning for scientists

The algorithms provided by this package still need to be validated and reviewed, pending the official release it should not be used in scientific publications.

# Installation

## From Source

Prerequisites:

- Python 3.6 or higher _(Python 2 is **not** supported)_
- On Windows only 64bit is supported

Note for Windows Users: The easiest way to get python for Windows is via [Anaconda](https://www.anaconda.com/)

```
$ git clone https://github.com/glotaran/pyglotaran.git
$ cd pyglotaran

$ pip install .
# To enforce python3 on systems where python2 is also installed
$ pip3 install .

```

_Note for Anaconda Users: Please make sure to update your distribution prior to install since some packages managed by Anaconda cannot be updated by `pip`._

# Mailinglist

[mailing-list](https://groups.google.com/forum/#!forum/glotaran)

## Credits

The credits can be found in the documentations
[credits section](https://glotaran.readthedocs.io/en/latest/credits.html)


