Metadata-Version: 2.1
Name: editglancer
Version: 0.1.3
Summary: Tools for visualizing neuron edits in neuroglancer from Python scripts.
Home-page: https://github.com/CAVEconnectome/editglancer
License: MIT
Author: Ben Pedigo
Author-email: ben.pedigo@alleninstitute.org
Requires-Python: >=3.8.0,<3.12.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beartype (>=0.16.4,<0.17.0)
Requires-Dist: nglui (>=3.0.2,<4.0.0)
Requires-Dist: types-pytz (>=2024.1.0.20240203,<2025.0.0.0)
Description-Content-Type: text/markdown

# editglancer

[![pypi](https://img.shields.io/pypi/v/editglancer.svg)](https://pypi.org/project/editglancer/)
[![python](https://img.shields.io/pypi/pyversions/editglancer.svg)](https://pypi.org/project/editglancer/)
[![dev checks](https://github.com/CAVEconnectome/editglancer/actions/workflows/dev.yml/badge.svg)](https://github.com/CAVEconnectome/editglancer/actions/workflows/dev.yml)

Tools for visualizing neuron edits in neuroglancer from Python scripts.

- Documentation: <https://caveconnectome.github.io/editglancer>
- GitHub: <https://github.com/CAVEconnectome/editglancer>
- PyPI: <https://pypi.org/project/editglancer/>
- Free software: MIT

## Features

- Allows for easy creation of neuroglancer links which display a neuron and annotations for the edits which have been performed on it

## Credits

This code was adapted from code originally written by Casey Schneider-Mizell (@ceesem) at the
Allen Institute for Brain Science.

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [bdpedigo/cookiecutter-pypackage](https://github.com/bdpedigo/cookiecutter-pypackage) project template (which builds on several previous versions).

