LabInform documentation

Welcome! This is the documentation for LabInform, in particular its components written in Python. For general information see its homepage.

LabInform is a framework and toolchain for reproducible research, focussing on free and open-source software components. Integral parts are an electronic lab notebook (ELN) based on DokuWiki, a datasafe as central storage for all your valuable data, and unique identifiers (Lab Object Identifier, LOI, much like the well-known DOIs) for datasets, samples, and alike.

Together with ASpecD (Analysis of Spectral Data), a framework for handling spectroscopic data focussing on reproducibility, it forms the basis of fully reproducible research without additional costs.

Features

A list of features, not all implemented yet but aimed at for the first public release (LabInform 0.1):

  • Datasafe – a home to your precious data (both, experimental and calculated)

  • Lab Object Identifier (LOI) – unique identifiers for samples, data, …

  • Electronic Lab Notebook (ELN) – automated access from processing routines

And to make it even more convenient for users and future-proof:

  • Open source project written in Python (>= 3.5)

  • Developed fully test-driven

  • Extensive user and API documentation

Warning

LabInform is currently under active development and still considered in Alpha development state. Therefore, expect frequent changes in features and public APIs that may break your own code. Nevertheless, feedback as well as feature requests are highly welcome.

Installation

Install the package by running:

pip install labinform

This will install the version from the Python Package Index (PyPI). To get the latest development version, clone the repository from GitHub and install it locally. In any case, it is highly recommended to use virtual environments to separate dependencies.

Indices and tables