Metadata-Version: 2.1
Name: reprox
Version: 0.0.0
Summary: Reprocessing for XENONnT
Home-page: https://github.com/XENONnT/reprox
Author: J. R. Angevaare
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: strax
Requires-Dist: utilix (>=0.6.6)
Requires-Dist: straxen (>=1.1.0)
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pandas
Provides-Extra: docs
Requires-Dist: numpy (==1.21.0) ; extra == 'docs'
Requires-Dist: autodocsumm (==0.2.7) ; extra == 'docs'
Requires-Dist: scipy (==1.7.3) ; extra == 'docs'
Requires-Dist: commonmark (==0.9.1) ; extra == 'docs'
Requires-Dist: gitpython (==3.1.26) ; extra == 'docs'
Requires-Dist: graphviz (==0.19.1) ; extra == 'docs'
Requires-Dist: nbsphinx (==0.8.8) ; extra == 'docs'
Requires-Dist: recommonmark (==0.7.1) ; extra == 'docs'
Requires-Dist: sphinx (==4.4.0) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (==1.0.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-applehelp (==1.0.2) ; extra == 'docs'
Requires-Dist: sphinxcontrib-devhelp (==1.0.2) ; extra == 'docs'
Requires-Dist: sphinxcontrib-htmlhelp (==2.0.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-jsmath (==1.0.1) ; extra == 'docs'
Requires-Dist: sphinxcontrib-qthelp (==1.0.3) ; extra == 'docs'
Requires-Dist: typing-extensions (==4.0.1) ; extra == 'docs'

# ReProx: ReProcessing for XENONnT
[![Test package](https://github.com/XENONnT/reprox/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/XENONnT/reprox/actions/workflows/pytest.yml)
[![Coverage Status](https://coveralls.io/repos/github/XENONnT/reprox/badge.svg?branch=master)](https://coveralls.io/github/XENONnT/reprox?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/xenonnt/reprox/badge)](https://www.codefactor.io/repository/github/xenonnt/reprox)
[![Documentation Status](https://readthedocs.org/projects/reprox/badge/?version=latest)](https://reprox.readthedocs.io/en/latest/?badge=latest)


# Installation

```bash
pip install reprox
```



0.0.0 / 2022-01-17
--------------------
- Initial commits


