- ensure can open and dump zarr group when xarray v2022.06.0 installed
- add -m/--max-rows option to allow setting the xarray display_max_rows option. Default is set to 999.
- add -i/--info flag to allow printing with ncdump-style using xr.Dataset.info()
- change implementation for checking whether object is an xarray dataset
- apply black formatting
- remove gcsfs from requirements
- improve README and pypi page description
- allowing dumping info for zarr arrays or zarr groups that don't represent xarray datasets
- add -v option to print info for specific variable in dataset or group
- bug fix
- initial implementation