Metadata-Version: 2.1
Name: neurosift
Version: 0.2.4
Summary: Simple utility to view local NWB files using Neurosift
Home-page: https://github.com/flatironinstitute/neurosift
Author: Jeremy Magland
Author-email: jmagland@flatironinstitute.org
Project-URL: Bug Tracker, https://github.com/flatironinstitute/neurosift/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click

# Neurosift Python utility

This is a simple command-line utility used to view local NWB files using Neurosift.

## Installation

```bash
pip install neurosift
```

## Usage

```bash
neurosift view-nwb /path/to/file.nwb
```

This will open a web browser window with the Neurosift web app pointing to a symlinked copy of your file. You can then browse the file and visualize its contents.

When finished, you can stop the server by pressing Ctrl-C in the terminal window.
