Metadata-Version: 2.1
Name: EXtra-data
Version: 1.7.0
Summary: Tools to read and analyse data from European XFEL 
Home-page: https://github.com/European-XFEL/EXtra-data
Author: European XFEL GmbH
Author-email: da-support@xfel.eu
Maintainer: Thomas Michelat
License: BSD-3-Clause
Description: [![Build Status](https://github.com/European-XFEL/EXtra-data/workflows/Tests/badge.svg)](https://github.com/European-XFEL/EXtra-data/actions?query=workflow%3ATests)
        [![codecov](https://codecov.io/gh/European-XFEL/EXtra-data/branch/master/graph/badge.svg)](https://codecov.io/gh/European-XFEL/EXtra-data)
        
        Python 3 tools for reading European XFEL's HDF5 files.
        
        [Documentation](https://extra-data.readthedocs.io/en/latest/)
        
        Installing
        ==========
        
        *EXtra-data* is available on our Anaconda installation on the Maxwell cluster:
        
            module load exfel exfel_anaconda3
        
        You can also install it [from PyPI](https://pypi.org/project/extra-data/)
        to use in other environments with Python 3.6 or later:
        
            pip install extra_data
        
        If you get a permissions error, add the `--user` flag to that command.
        
        
        Contributing
        ===========
        
        Tests
        -----
        
        Tests can be run as follows:
        
            python3 -m pytest -v --pyargs extra_data
        
        In the source directory, you can also omit `--pyargs extra_data`.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: test
