Metadata-Version: 2.1
Name: karabo-data
Version: 0.4.0
Summary: Tools to read and analyse data from European XFEL 
Home-page: https://github.com/European-XFEL/karabo_data
Author: European XFEL GmbH
Author-email: cas-support@xfel.eu
Maintainer: Thomas Michelat
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: cfelpyutils
Requires-Dist: fabio
Requires-Dist: future
Requires-Dist: h5py (>=2.7.1)
Requires-Dist: karabo-bridge
Requires-Dist: matplotlib
Requires-Dist: msgpack (>=0.5.4)
Requires-Dist: msgpack-numpy (>=0.4.3)
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyzmq (>=17.0.0)
Requires-Dist: scipy
Requires-Dist: xarray
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: ipython ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: nbval ; extra == 'test'
Requires-Dist: testpath ; extra == 'test'

[![Build Status](https://travis-ci.org/European-XFEL/karabo_data.svg?branch=master)](https://travis-ci.org/European-XFEL/karabo_data)
[![codecov](https://codecov.io/gh/European-XFEL/karabo_data/branch/master/graph/badge.svg)](https://codecov.io/gh/European-XFEL/karabo_data)

Python 3 tools for reading European XFEL's HDF5 files.

[Documentation](https://karabo-data.readthedocs.io/en/latest/)

Installing
==========

To install the package on the Maxwell cluster, run:

    module load anaconda/3
    pip install --user karabo_data

If this causes problems for Jupyter, you may need to upgrade ``ipykernel``
to fix them::

    pip install --user --upgrade ipykernel


Contributing
===========

Tests
-----

Tests can be run as follows:

    python3 -m pytest -v


