Metadata-Version: 2.1
Name: pasta-eln
Version: 2.1.7
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
Platform: UNKNOWN
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: Pillow
Requires-Dist: QtAwesome
Requires-Dist: anytree
Requires-Dist: cloudant
Requires-Dist: datalad
Requires-Dist: keyring
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyside6
Requires-Dist: qt-material
Requires-Dist: pywin32 ; platform_system == "Windows"
Requires-Dist: pywin32-ctypes ; platform_system == "Windows"
Requires-Dist: win-unicode-console ; platform_system == "Windows"
Requires-Dist: winshell ; platform_system == "Windows"
Provides-Extra: devel
Requires-Dist: coverage ; 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'

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


