Metadata-Version: 2.4
Name: essreflectometry
Version: 26.6.0
Summary: Reflectometry data reduction for the European Spallation Source
Author: Scipp contributors
License-Expression: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/scipp/ess/issues
Project-URL: Documentation, https://scipp.github.io/ess/reflectometry
Project-URL: Source, https://github.com/scipp/ess/tree/main/packages/essreflectometry
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dask>=2022.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: graphviz>=0.20
Requires-Dist: plopp>=24.7.0
Requires-Dist: orsopy>=1.2
Requires-Dist: sciline>=24.6.0
Requires-Dist: scipp>=24.09.1
Requires-Dist: scippneutron>=24.10.0
Requires-Dist: scippnexus>=24.9.1
Requires-Dist: essreduce>=26.6.0
Requires-Dist: esspolarization>=25.7.0
Requires-Dist: pandas>=2.1.2
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pooch>=1.5; extra == "test"
Provides-Extra: gui
Requires-Dist: ipywidgets>=8.0.0; extra == "gui"
Requires-Dist: ipydatagrid>=1.3.0; extra == "gui"
Requires-Dist: ipytree>=0.2.2; extra == "gui"
Requires-Dist: pythreejs>=2.4.1; extra == "gui"
Provides-Extra: docs
Requires-Dist: autodoc-pydantic>=2.0.0; extra == "docs"
Requires-Dist: ipykernel>=6.20.0; extra == "docs"
Requires-Dist: ipython!=8.7.0,>=8.8.0; extra == "docs"
Requires-Dist: myst-parser>=2.0.0; extra == "docs"
Requires-Dist: nbsphinx>=0.9.3; extra == "docs"
Requires-Dist: pydata-sphinx-theme>=0.14; extra == "docs"
Requires-Dist: sphinx>=7; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=1.24.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "docs"
Requires-Dist: sphinx-design>=0.5.0; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex>=2.5.0; extra == "docs"
Requires-Dist: pooch>=1.5; extra == "docs"
Requires-Dist: ipympl>=0.9.0; extra == "docs"
Requires-Dist: ipywidgets>=8.0.0; extra == "docs"
Requires-Dist: ipytree>=0.2.2; extra == "docs"
Requires-Dist: ipydatagrid>=1.3.0; extra == "docs"
Requires-Dist: tof>=25.08.0; extra == "docs"
Provides-Extra: all
Requires-Dist: essreflectometry[gui]; extra == "all"
Dynamic: license-file

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![PyPI badge](http://img.shields.io/pypi/v/essreflectometry.svg)](https://pypi.python.org/pypi/essreflectometry)
[![Conda Badge](https://img.shields.io/conda/v/conda-forge/essreflectometry)](https://anaconda.org/conda-forge/essreflectometry)
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)

# ESSreflectometry

## About

Reflectometry data reduction for the European Spallation Source

## Installation

```sh
python -m pip install essreflectometry
```
