Metadata-Version: 2.1
Name: neuprint-python
Version: 0.5
Summary: Python client utilties for interacting with the neuPrint connectome analysis service
Home-page: https://github.com/connectome-neuprint/neuprint-python
Author: Stuart Berg
Author-email: bergs@hhmi.janelia.org
Keywords: neuprint-python
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.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.22
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: ujson
Requires-Dist: asciitree
Requires-Dist: scipy
Requires-Dist: networkx

[![docs-badge](docs/source/_static/docs-badge.svg)][docs]

neuprint-python
===============

Python client utilties for interacting with the [neuPrint][neuprint] connectome analysis service.

[neuprint]: https://neuprint.janelia.org

## Install

If you're using conda, use this command:

```shell
conda install -c flyem-forge neuprint-python
```

Otherwise, use pip:

```shell
pip install neuprint-python
```

## Getting started

See the [Quickstart section][quickstart] in the [documentation][docs]

[docs]: http://connectome-neuprint.github.io/neuprint-python/docs/
[quickstart]: http://connectome-neuprint.github.io/neuprint-python/docs/quickstart.html

