Metadata-Version: 2.4
Name: neurodash
Version: 0.0.2
Summary: Web dashboard neurobehavioral data explorer.
Author: EricThomson
Author-email: EricThomson <thomson.eric@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Dist: dash
Requires-Dist: plotly
Requires-Dist: neo
Requires-Dist: quantities
Requires-Dist: lspopt
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: openpyxl
Requires-Dist: imageio[ffmpeg,pyav]
Requires-Dist: pyqt6
Requires-Dist: pyqtgraph
Requires-Python: >=3.12
Project-URL: Repository, https://github.com/EricThomson/neurodash
Description-Content-Type: text/markdown

# neurodash
<img src="https://raw.githubusercontent.com/EricThomson/neurodash/main/src/neurodash/assets/logo/neurodash_logo_trimmed.png" alt="neurodash logo" align="right" width="250">
Lightweight dashboard for exploratory analysis of neurobehavioral data.

## Usage
Install

    pip install neurodash
  
Run from command line

    neurodash

Application will open in browser. 

## Development
In your cli:

    git clone https://github.com/EricThomson/neurodash
    cd neurodash
    uv sync
    # activate environment (e.g.,  source .venv/Scripts/activate)
    python app.py

## Roadmap
- export csv/png
- Arena calibration scaling.
- docs
  - basic how to use
  - Screenshots or gifs
  - explain back-end stuff like channels/streaming neo/plx
- Testing, linting, etc
  