Metadata-Version: 2.4
Name: xarray-ms
Version: 0.3.7
Summary: xarray MSv4 views over MSv2 Measurement Sets
Author-email: Simon Perkins <simon.perkins@gmail.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: arcae<0.4.0,>=0.3.2
Requires-Dist: cacheout>=0.16.0
Requires-Dist: typing-extensions>=4.12.2
Requires-Dist: xarray<2025.9.1,>=2025.0
Provides-Extra: dev
Requires-Dist: pre-commit>=3.8.0; extra == 'dev'
Requires-Dist: tbump>=6.11.0; extra == 'dev'
Provides-Extra: doc
Requires-Dist: ipython>=8.27.0; extra == 'doc'
Requires-Dist: pydata-sphinx-theme>=0.15.4; extra == 'doc'
Requires-Dist: pygments>=2.18.0; extra == 'doc'
Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'doc'
Requires-Dist: sphinx>=8.0.2; extra == 'doc'
Requires-Dist: sphinxcontrib-spelling; extra == 'doc'
Provides-Extra: testing
Requires-Dist: dask>=2024.5.0; extra == 'testing'
Requires-Dist: distributed>=2024.5.0; extra == 'testing'
Requires-Dist: platformdirs>=4.3.8; extra == 'testing'
Requires-Dist: pytest>=8.0.0; extra == 'testing'
Requires-Dist: zarr<3.0.0,>=2.18.3; extra == 'testing'
Description-Content-Type: text/x-rst

xarray-ms
=========

|CI Status| |Doc Status| |Version Status|

xarray-ms presents an xarray Measurement Set v4 view over a CASA Measurement Set v2.
See the documentation_ for further information.

.. _documentation: https://xarray-ms.readthedocs.io
.. |CI Status| image:: https://github.com/ratt-ru/xarray-ms/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/ratt-ru/xarray-ms/actions/workflows/ci.yml
   :alt: Continuous Integration Status
.. |Doc Status| image:: https://readthedocs.org/projects/xarray-ms/badge/?version=latest
   :target: https://xarray-ms.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
.. |Version Status| image:: https://img.shields.io/pypi/v/xarray-ms.svg
   :target: https://pypi.python.org/pypi/xarray-ms
   :alt: Version Status
