Metadata-Version: 2.4
Name: neurodash
Version: 0.0.1
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.

## Setting up and running
Make sure uv is installed.

    uv sync
    source .venv/Scripts/activate

Run with `python app.py` and explore away! Assumes you have neural data in plexon, and behavioral data in Excel. 

## To do
- export csv/png
- docs
  - basic how to use
  - explain back-end stuff like channels/streaming neo/plx
- Testing, linting, etc
  