VirtualiZarr
VirtualiZarr copied to clipboard
Refactor code directory structure
Note to self: I really like the way that the zarr-python v3 repo is structured internally. I think we should copy the way that it has core, api, and then other directories for public-facing classes.
They also have tests separate from code which seems like current best practice and relates to #226