Metadata-Version: 2.4
Name: pasta_eln
Version: 3.2.0b4
Summary: The favorite ELN for experimental scientists
Home-page: https://pasta-eln.github.io/
Author: The PASTA-ELN Team and Steffen Brinckmann
Author-email: sbrinckm@gmail.com
License: MIT
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE
Requires-Dist: anytree
Requires-Dist: cryptography
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: Pillow
Requires-Dist: pyside6
Requires-Dist: qrcode
Requires-Dist: QtAwesome
Requires-Dist: qt-material
Requires-Dist: pypiwin32; platform_system == "Windows"
Requires-Dist: requests
Requires-Dist: win-unicode-console; platform_system == "Windows"
Requires-Dist: winshell; platform_system == "Windows"
Provides-Extra: devel
Requires-Dist: sphinx; extra == "devel"
Dynamic: license-file


[![PyPI version](https://badge.fury.io/py/pasta-eln.svg)](https://badge.fury.io/py/pasta-eln)
[![GitHub version](https://badge.fury.io/gh/PASTA-ELN%2Fpasta-eln.svg)](https://badge.fury.io/gh/PASTA-ELN%2Fpasta-eln)
[![PyPi build](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/pypi.yml/badge.svg)](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/pypi.yml)
[![Verify Linux install](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/installLinux.yml/badge.svg)](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/installLinux.yml)
[![Documentation building](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/docbuild.yml/badge.svg)](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/docbuild.yml)
[![Linting](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/pylint.yml/badge.svg)](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/pylint.yml)
[![MyPy](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/mypy.yml/badge.svg)](https://github.com/PASTA-ELN/pasta-eln/actions/workflows/mypy.yml)

# PASTA electronic lab notebook (ELN) | The favorite ELN for experimental scientists

PASTA-ELN (adaPtive mAterials Science meTadatA - Electronic Lab Notebook) provides a streamlined and efficient solution for experimental scientists to manage and organize raw data alongside associated metadata. By leveraging extractors that automate the processing of raw measurement files, PASTA-ELN facilitates the seamless integration of thumbnails, data, and metadata into a centralized database. These extractors can be customized and shared by users, empowering researchers to tailor their workflows to their specific needs.

## Location of information
More information, incl. detailed installation instructions, for users can be found on the [Github-pages](https://pasta-eln.github.io/pasta-eln/).

While people that are interested into the development are guided to [github](https://github.com/PASTA-ELN/pasta-eln/).

## Short installation instructions
``` bash
pip install pasta-eln
```

To start PASTA-ELN, use:
``` bash
pastaELN
```
which will automatically open the graphical user interface (GUI) to finish the setup.

More detail are found at the [install-page](https://pasta-eln.github.io/pasta-eln/install.html).
