Metadata-Version: 2.1
Name: islatu
Version: 0.0.2
Summary: X-ray reflectometry reduction in Python.
Home-page: UNKNOWN
Author: Andrew R. McCluskey
Author-email: andrew.mccluskey@diamond.ac.uk 
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
Requires-Dist: cython
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: uncertainties
Requires-Dist: pillow
Requires-Dist: pandas

# islatu

[![Documentation Status](https://readthedocs.org/projects/islatu/badge/?version=latest)](https://islatu.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/arm61/islatu.svg?branch=master)](https://travis-ci.org/arm61/islatu)
[![Coverage Status](https://coveralls.io/repos/github/arm61/islatu/badge.svg?branch=master)](https://coveralls.io/github/arm61/islatu?branch=master)

X-ray reflectometry reduction from Diamond Light Source 

### Install 

```
python setup.py build 
python setup.py install 
pytest
```


