Metadata-Version: 2.1
Name: element-lab
Version: 0.1.0b0
Summary: DataJoint Elements for Lab Management
Home-page: https://github.com/datajoint/element-lab
Author: DataJoint NEURO
Author-email: info@vathes.com
License: MIT
Keywords: neuroscience lab manamgement datajoint
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: datajoint (>=0.13.0)

# DataJoint Element - Lab

Element Lab contains lab related information, such as Lab, User, Project, Protocol, Source.

See [Background](Background.md) for the background information and development timeline.

## Installation
```
pip install element-lab
```

If you already have an older version of ***element-lab*** installed using `pip`, upgrade with
```
pip install --upgrade element-lab
```

## Element usage

+ `element-lab` is not a complete workflow by itself, but rather a modular design of tables and dependencies that can be flexibly attached to any DataJoint workflow.
+ See the [workflow-calcium-imaging](https://github.com/datajoint/workflow-calcium-imaging) and [workflow-array-ephys](https://github.com/datajoint/workflow-array-ephys) repositories for example usages of `element-lab`.

+ See the [datajoint-elements](https://github.com/datajoint/datajoint-elements) repository for a detailed description of the DataJoint elements and workflows.

## Element architecture

![element lab diagram](images/element_lab_diagram.svg)



