neurosift


Nameneurosift JSON
Version 0.2.15 PyPI version JSON
download
home_pagehttps://github.com/flatironinstitute/neurosift
SummarySimple utility to view local NWB files using Neurosift
upload_time2025-09-13 00:40:08
maintainerNone
docs_urlNone
authorJeremy Magland
requires_python>=3.10
licenseApache-2.0
keywords neuroscience nwb visualization hdf5 zarr
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

If you're running Neurosift in a local development server, you can point to it instead:

```bash
neurosift view-nwb /path/to/file.nwb --neurosift-url http://localhost:5173
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/flatironinstitute/neurosift",
    "name": "neurosift",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "neuroscience, nwb, visualization, hdf5, zarr",
    "author": "Jeremy Magland",
    "author_email": "jmagland@flatironinstitute.org",
    "download_url": "https://files.pythonhosted.org/packages/61/27/f2814f1109df1f91099fe7857e3c3272fd36edb5783ca56a9aecda852dba/neurosift-0.2.15.tar.gz",
    "platform": null,
    "description": "# Neurosift Python utility\n\nThis is a simple command-line utility used to view local NWB files using Neurosift.\n\n## Installation\n\n```bash\npip install neurosift\n```\n\n## Usage\n\n```bash\nneurosift view-nwb /path/to/file.nwb\n```\n\nThis 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.\n\nWhen finished, you can stop the server by pressing Ctrl-C in the terminal window.\n\nIf you're running Neurosift in a local development server, you can point to it instead:\n\n```bash\nneurosift view-nwb /path/to/file.nwb --neurosift-url http://localhost:5173\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Simple utility to view local NWB files using Neurosift",
    "version": "0.2.15",
    "project_urls": {
        "Bug Tracker": "https://github.com/flatironinstitute/neurosift/issues",
        "Documentation": "https://github.com/flatironinstitute/neurosift/tree/main/python",
        "Homepage": "https://github.com/flatironinstitute/neurosift",
        "Repository": "https://github.com/flatironinstitute/neurosift"
    },
    "split_keywords": [
        "neuroscience",
        " nwb",
        " visualization",
        " hdf5",
        " zarr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b618b02bfffa74fb325eaff9e2cd5094f761c35037478e503285867147786e57",
                "md5": "18073957571321e79163d3d9a466378a",
                "sha256": "cbdccb12caa4254918954914fc8d19bd2ad2c926c9f846d4223149dca48d7dc5"
            },
            "downloads": -1,
            "filename": "neurosift-0.2.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "18073957571321e79163d3d9a466378a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 9019,
            "upload_time": "2025-09-13T00:40:07",
            "upload_time_iso_8601": "2025-09-13T00:40:07.629968Z",
            "url": "https://files.pythonhosted.org/packages/b6/18/b02bfffa74fb325eaff9e2cd5094f761c35037478e503285867147786e57/neurosift-0.2.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6127f2814f1109df1f91099fe7857e3c3272fd36edb5783ca56a9aecda852dba",
                "md5": "3c50f11fee7ad690bb5fea1c849f9555",
                "sha256": "1d3f751ae9f3e32b133bd99e525b29dc05a252c434d59e68a37b3ed7802c9cba"
            },
            "downloads": -1,
            "filename": "neurosift-0.2.15.tar.gz",
            "has_sig": false,
            "md5_digest": "3c50f11fee7ad690bb5fea1c849f9555",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8155,
            "upload_time": "2025-09-13T00:40:08",
            "upload_time_iso_8601": "2025-09-13T00:40:08.861210Z",
            "url": "https://files.pythonhosted.org/packages/61/27/f2814f1109df1f91099fe7857e3c3272fd36edb5783ca56a9aecda852dba/neurosift-0.2.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-13 00:40:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "flatironinstitute",
    "github_project": "neurosift",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "neurosift"
}
        
Elapsed time: 3.79812s