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

want to implement friendlier annotation posting #71

Closed fcollman closed 2 years ago

fcollman commented 2 years ago

proposals include:

  1. making a template empty dataframe for people to see the structure they should use

  2. implementing client side validation using the schema service to help identify errors earlier

  3. making a helper class with tab completion previews of columns you should have

ceesem commented 2 years ago

Resolved by #74