CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
21 stars 11 forks source link

Create cloud volume #69

Closed ceesem closed 2 years ago

ceesem commented 2 years ago

While cloudvolume should not be a requirement, making a cloudvolume instance from a client is a frequent task with a good bit of boilerplate and some options that always require explaining to new users. This aims to add a convenience function in the client that provides sensible defaults.

fcollman commented 2 years ago

to simplify install we might want to add a optional requirement to the setup.py

fcollman commented 2 years ago

so we can install it with pip install caveclient[cloud-volume]

ceesem commented 2 years ago

so we can install it with pip install caveclient[cloud-volume]

I like this idea. It's almost always useful if you're doing analysis, but also nice to avoid for lighter services.