Metadata-Version: 2.3
Name: nglui
Version: 3.3.2
Summary: Framework for data-driven generation of neuroglancer states.
Project-URL: Homepage, https://caveconnectome.github.io/nglui/
Project-URL: Repository, https://github.com/CAVEconnectome/nglui.git
Project-URL: Changelog, https://caveconnectome.github.io/nglui/changelog/
Project-URL: Issues, https://github.com/CAVEconnectome/nglui/issues
Author: Derrick Brittain, Forrest Collman
Author-email: Casey Schneider-Mizell <caseysm@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: attrs>=23.2.0
Requires-Dist: caveclient>=5.22.0
Requires-Dist: ipython
Requires-Dist: neuroglancer
Requires-Dist: numpy>=1.11.0
Requires-Dist: pandas>=1.0.0
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: webcolors
Description-Content-Type: text/markdown

Please find [documentation here](https://caveconnectome.github.io/nglui/).

This package offers a set of tools designed to ease the programmatic generation of Neuroglancer states and close the loop between analysis and data exploration. The key tool is the notion of a StateBuilder that is easily configured to map dataframes into neuroglancer states. See the [example notebook](https://github.com/seung-lab/NeuroglancerAnnotationUI/blob/master/examples/statebuilder_examples.ipynb) for what it can do an how it can simplify the process of making neuroglancer states, including setting annotations, segmentations, colors, tags, and more. It's also designed to operate easily with [DashDataFrame](https://github.com/AllenInstitute/DashDataFrame) to interactively explore complex data.

All code in the 'nglite' submodule is stripped down from v1.1.6 of the 'neuroglancer' python module from the fantastic [Neuroglancer](https://github.com/google/neuroglancer) suite by Jeremy Maitin-Shepard from the Google connectomics team. Anything that works is their fault, anything that doesn't is ours. Please do not use this as a replacement for neuroglancer on pypi, which has more capabilities, albeit more sensitive installation procedures, than are needed for this work.
