Metadata-Version: 2.4
Name: neuprint-python
Version: 0.5.2
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
Requires-Dist: packaging
Requires-Dist: pyarrow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![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 pixi, use this:
```shell
pixi init -c flyem-forge -c conda-forge
pixi add python=3.9 'neuprint-python>=0.5.1' 'pyarrow>=20' 'numpy>=2' 'pandas>=2'
```

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

