Metadata-Version: 2.4
Name: pynxtools-mpes
Version: 0.2.2
Author: Florian Dobener
Author-email: Abeer Arora <arora@fhi-berlin.mpg.de>, Laurenz Rettig <rettig@fhi-berlin.mpg.de>, Lukas Pielsticker <lukas.pielsticker@physik.hu-berlin.de>
License: Apache-2.0
Project-URL: Homepage, https://github.com/FAIRmat-NFDI/pynxtools-mpes
Project-URL: Bug Tracker, https://github.com/FAIRmat-NFDI/pynxtools-mpes/issues
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: h5py>=3.6.0
Requires-Dist: xarray>=0.20.2
Requires-Dist: pynxtools>=0.9.0
Provides-Extra: dev
Requires-Dist: mypy; extra == "dev"
Requires-Dist: ruff>=0.6.0; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: types-pyyaml; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Requires-Dist: mkdocs-material-extensions; extra == "docs"
Requires-Dist: mkdocs-macros-plugin; extra == "docs"
Requires-Dist: pymdown-extensions; extra == "docs"
Requires-Dist: mkdocs-click; extra == "docs"

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
![](https://github.com/FAIRmat-NFDI/pynxtools-mpes/actions/workflows/pytest.yml/badge.svg)
![](https://github.com/FAIRmat-NFDI/pynxtools-mpes/actions/workflows/pylint.yml/badge.svg)
![](https://github.com/FAIRmat-NFDI/pynxtools-mpes/actions/workflows/publish.yml/badge.svg)
![](https://img.shields.io/pypi/pyversions/pynxtools-mpes)
![](https://img.shields.io/pypi/l/pynxtools-mpes)
![](https://img.shields.io/pypi/v/pynxtools-mpes)
[![Coverage Status](https://coveralls.io/repos/github/FAIRmat-NFDI/mpes/badge.svg?branch=main&kill_cache=1)](https://coveralls.io/github/FAIRmat-NFDI/pynxtools-mpes?branch=main)

# A reader for MPES data

## Installation

It is recommended to use python 3.11 with a dedicated virtual environment for this package.
Learn how to manage [python versions](https://github.com/pyenv/pyenv) and
[virtual environments](https://realpython.com/python-virtual-environments-a-primer/).

This package is a reader plugin for [`pynxtools`](https://github.com/FAIRmat-NFDI/pynxtools) and thus should be installed together with `pynxtools`:


```shell
pip install pynxtools[mpes]
```

for the latest development version.

## Docs
Extensive documentation of this pynxtools plugin is available [here](https://fairmat-nfdi.github.io/pynxtools-mpes/). You can find information about getting started, how-to guides, the supported file formats, how to get involved, and much more there.

## Contact person in FAIRmat for this reader
Lukas Pielsticker, Laurenz Rettig, [the FAIRmat team](https://www.fair-di.eu/fairmat/about-fairmat/team-fairmat)
