Metadata-Version: 2.1
Name: element-session
Version: 0.1.0b0
Summary: DataJoint Element for Session Management
Home-page: https://github.com/datajoint/element-session
Author: DataJoint NEURO
Author-email: info@vathes.com
License: MIT
Description: # DataJoint Element - Session
        
        DataJoint element for session management - U24 effort
        
        + `element-session` features a DataJoint pipeline design for session management. 
        
        + `element-session` is not a complete workflow by itself, but rather a modular design of tables and dependencies. 
        
        + `element-session` can be flexibly attached to any DataJoint workflow.
        
        See [Background](Background.md) for the background information and development timeline.
        
        
        ## Installation
        ```
        pip install element-session
        ```
        
        If you already have an older version of ***element-session*** installed using `pip`, upgrade with
        ```
        pip install --upgrade element-session
        ```
        
        
        ## Element usage
        
        + 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-session`.
        
        + See the [datajoint-elements](https://github.com/datajoint/datajoint-elements) repository for a detailed description of the DataJoint elements and workflows.
        
        
        
Keywords: neuroscience session-management datajoint
Platform: UNKNOWN
Description-Content-Type: text/markdown
