Skip to content

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.

License

Notifications You must be signed in to change notification settings

VCG/CAVEclient

This branch is 60 commits behind CAVEconnectome/CAVEclient:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

775d4ad · Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 21, 2024
Jun 22, 2021
Oct 31, 2024
Sep 9, 2024
Mar 5, 2024
Nov 22, 2024
Nov 5, 2024
Nov 22, 2024
Nov 22, 2024

Repository files navigation

CAVEclient

PyPI - Version build status Downloads

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.

Installation

CAVEclient can be installed from PyPI:

pip install caveclient

To add optional dependencies (currently for interfacing with the segmentation, imagery, and some skeleton formats via cloud-volume), you can install with the following:

pip install caveclient[cv]

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.

About

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%