Metadata-Version: 2.1
Name: expipe
Version: 0.5.1
Summary: Experiment-data management platform
Home-page: https://github.com/CINPLA/expipe
Author: CINPLA
Author-email: 
Maintainer: Mikkel Elle Lepperød
Maintainer-email: m.e.lepperod@medisin.uio.no
License: UNKNOWN
Platform: Linux
Platform: Windows
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: ruamel.yaml
Requires-Dist: quantities
Requires-Dist: pandas
Requires-Dist: ipywidgets
Requires-Dist: click

[![Build Status](https://travis-ci.org/CINPLA/expipe.svg?branch=dev)](https://travis-ci.org/CINPLA/expipe)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![PyPI version](https://badge.fury.io/py/expipe.svg)](https://badge.fury.io/py/expipe)
[![Anaconda-Server Badge](https://anaconda.org/cinpla/expipe/badges/installer/conda.svg)](https://conda.anaconda.org/cinpla/expipe)
[![codecov](https://codecov.io/gh/CINPLA/expipe/branch/dev/graph/badge.svg)](https://codecov.io/gh/CINPLA/expipe)

# Expipe

Expipe is a lightweight data analysis platform that aims to simplify the steps
from experiment to data analysis.
We acknowledge the need for multiple tools, workflows and formats in
experimental pipelines and have made an agnostic platform that focuses on adding
value and formalizing existing workflows rather than a one-size-fits all
solution.
Expipe provides functionality to track experimental data and metadata for easy
retrieval in exploration and analysis.
The goal of Expipe is to simplify data management and allow the user to focus on
production and analysis of the data.

## Installation

Expipe can be installed using pip:

```
pip install expipe
```

See the [documentation](https://expipe.readthedocs.io/)
for more information on how to use expipe.


