Metadata-Version: 2.1
Name: caveclient
Version: 5.25.2
Summary: A client for interacting with the Connectome Annotation Versioning Engine
Home-page: https://github.com/CAVEconnectome/CAVEclient
Author: Forrest Collman, Casey Schneider-Mizell, Sven Dorkenwald
Author-email: forrestc@alleninstute.org,caseys@alleninstitute.org,svenmd@princeton.edu,
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# CAVEclient

![PyPI - Version](https://img.shields.io/pypi/v/CAVEclient)
[![build status](https://github.com/CAVEconnectome/CAVEclient/actions/workflows/daily.yml/badge.svg)](https://github.com/CAVEconnectome/CAVEclient/actions/workflows/daily.yml) [![Downloads](https://static.pepy.tech/badge/caveclient)](https://pepy.tech/project/caveclient)

CAVE is short for Connectome Annotation Versioning Engine. CAVE is a set of microservices
that provide a framework for storing and versioning connectomics data and large sets of
dynamic annotations, metadata, and segmentations. This repository supplies client-side
code to easily interact with the microservices in CAVE.

A full description of the Connectome Annotation Versioning Engine can be found [in this paper](https://www.biorxiv.org/content/10.1101/2023.07.26.550598v1).

## Installation

`CAVEclient` can be installed from PyPI:

```bash
pip install caveclient
```
## Python version support
Currently we are officially supporting and testing against python 3.8, 3.9, 3.10,  3.11 and 3.12.

## Documentation

You can find full documentation at [caveconnectome.github.io/CAVEclient](https://caveconnectome.github.io/CAVEclient).
