Metadata-Version: 2.1
Name: pasta_eln
Version: 2.5.2
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.7
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE
Requires-Dist: pyside6==6.2.4
Requires-Dist: qt-material
Requires-Dist: QtAwesome
Requires-Dist: cloudant
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: keyring
Requires-Dist: requests
Requires-Dist: anytree
Requires-Dist: qrcode
Requires-Dist: Pillow
Requires-Dist: matplotlib
Requires-Dist: cairosvg
Requires-Dist: win-unicode-console; platform_system == "Windows"
Requires-Dist: winshell; platform_system == "Windows"
Requires-Dist: pypiwin32; platform_system == "Windows"
Requires-Dist: aiohttp
Provides-Extra: devel
Requires-Dist: sphinx; extra == "devel"
Requires-Dist: sphinx-rtd-theme; extra == "devel"
Requires-Dist: pytest; extra == "devel"
Requires-Dist: pytest-cov; extra == "devel"
Requires-Dist: pytest-qt; extra == "devel"
Requires-Dist: pytest-xvfb; extra == "devel"
Requires-Dist: pytest-mock; extra == "devel"
Requires-Dist: coverage; extra == "devel"
Requires-Dist: pyqt6; extra == "devel"
Requires-Dist: pyqt6-tools; extra == "devel"
Requires-Dist: scalene; extra == "devel"


[![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-dishes are a mixture pasta and sauce, the latter adds flavors and richness to the otherwise boring pasta. This ELN combines raw-data with rich metadata to allow advanced data science. In the database, one can fully adapt and improvise the metadata definitions to generate something novel. PASTA-ELN uses a local-first approach: store all data and metadata locally (always accessible to user) and synchronize with a server upon user request.

## 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).
