[colstore.data_formats]
arrow = colstore.interop.arrow:ArrowFormat

[colstore.file_formats]
cstore = colstore.interop.cstore:CStoreFormat
npz = colstore.interop.npz:NpzFormat
root = colstore.interop.root:RootFormat
parquet = colstore.interop.parquet:ParquetFormat
feather = colstore.interop.feather:FeatherFormat
json = colstore.interop.json:JsonFormat
hdf5 = colstore.interop.hdf5:Hdf5Format

[console_scripts]
colstore = colstore.cli:main

