Metadata-Version: 2.1
Name: caveclient
Version: 5.15.2
Summary: a service for interacting with the Connectome Annotation Versioning Engine
Home-page: https://github.com/seung-lab/CAVEclient
Author: Forrest Collman, Casey Schneider-Mizell, Sven Dorkenwald
Author-email: forrestc@alleninstute.org,caseys@alleninstitute.org,svenmd@princeton.edu,
Requires-Python: >=3.7,<3.12
Description-Content-Type: text/x-rst

.. image:: https://readthedocs.org/projects/caveclient/badge/?version=latest
    :target: https://caveclient.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. image:: https://github.com/seung-lab/CAVEclient/workflows/Annotation%20Framework%20Client/badge.svg
    :target: https://github.com/seung-lab/CAVEclient/actions
    :alt: Actions Status

CAVEclient
###########################
This repository supplies client side code to interact with microservices 
in the Connectome Annotation Versioning Engine (CAVE).

Installation
###########################
Can be installed from pypi
::

   pip install caveclient

Documentation
#############
You can find full documentation on readthedocs (https://caveclient.readthedocs.io).

Usage examples
##############
- Tutorial notebook for accessing the FlyWire Connectome dataset: https://github.com/seung-lab/FlyConnectome/blob/main/CAVE%20tutorial.ipynb
