Source: python-xarray
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
 Alastair McKinstry <mckinstry@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               dpkg-dev (>= 1.17.14),
               python3-numpydoc <!nodoc>,
               python-numpydoc <!nodoc>,
               python-pandas-doc <!nodoc>,
               python3-all,
	       python-all,
	       python3-toolz,
	       python3-cloudpickle,
	       python-cloudpickle,
	       python-flake8,
	       python3-flake8,
               python3-doc <!nodoc>,
	       python-doc <!nodoc>,		
               python3-bottleneck <!nocheck>,
	       python-bottleneck <!nocheck>,
               python3-cartopy <!nodoc>,
	       python-cartopy <!nodoc>,
               python3-dask (>= 0.17.3) <!nocheck> <!nodoc>,
               python3-ipython <!nodoc>,
	       python-ipython <!nodoc>,
               python3-matplotlib <!nocheck> <!nodoc>,
               python-matplotlib <!nocheck> <!nodoc>,
               python3-netcdf4 <!nocheck> <!nodoc>,
               python-netcdf4 <!nocheck> <!nodoc>,
               python3-numpy <!nocheck> <!nodoc>,
               python-numpy <!nocheck> <!nodoc>,
               python3-numpydoc <!nodoc>,
	       python-matplotlib-doc <!nodoc>,
               python3-pandas (>= 0.15.0) <!nocheck> <!nodoc>,
               python3-pytest (>= 2.7.1) <!nocheck>,
               python-pandas (>= 0.15.0) <!nocheck> <!nodoc>,
               python-pytest (>= 2.7.1) <!nocheck>,
               python3-rasterio <!nocheck> <!nodoc>,
               python3-setuptools,
               python-setuptools,
               python3-scipy <!nocheck> <!nodoc>,
               python-scipy <!nocheck> <!nodoc>,
               python3-seaborn <!nocheck> <!nodoc>,
               python-seaborn <!nocheck> <!nodoc>,
               python3-sphinx <!nodoc>,
               python-sphinx <!nodoc>,
               python3-sphinx-gallery <!nodoc>,
               python-sphinx-gallery <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python-sphinx-rtd-theme <!nodoc>,
               sphinx-common
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/science-team/python-xarray
Vcs-Git: https://salsa.debian.org/science-team/python-xarray.git
Homepage: http://xarray.pydata.org/

Package: python-xarray
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Recommends: python-bottleneck,
            python-netcdf4
Suggests: python-xarray-doc <!nodoc>,
          python-cartopy,
          python-matplotlib,
          python-pydap,
          python-rasterio,
          python-scipy,
          python-seaborn
Description: N-D labeled arrays and datasets in Python 
 xarray (formerly xray) is an open source project and Python package that aims
 to bring the labeled data power of pandas to the physical sciences, by
 providing N-dimensional variants of the core pandas data structures.
 .
 It provides a pandas-like and pandas-compatible toolkit for analytics on
 multi-dimensional arrays, rather than the tabular data for which pandas
 excels.
 .
 This package provides the Python 2 library

Package: python3-xarray
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Recommends: python3-bottleneck,
            python3-dask,
            python3-netcdf4
Suggests: python-xarray-doc <!nodoc>,
          python3-cartopy,
          python3-matplotlib,
          python3-pydap,
          python3-rasterio,
          python3-scipy,
          python3-seaborn,
          python3-toolz
Description: N-D labeled arrays and datasets in Python 3
 xarray (formerly xray) is an open source project and Python package that aims
 to bring the labeled data power of pandas to the physical sciences, by
 providing N-dimensional variants of the core pandas data structures.
 .
 It provides a pandas-like and pandas-compatible toolkit for analytics on
 multi-dimensional arrays, rather than the tabular data for which pandas
 excels.
 .
 This package provides the Python 3 library

Package: python-xarray-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         libjs-mathjax
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for xarray
 xarray (formerly xray) is an open source project and Python package that aims
 to bring the labeled data power of pandas to the physical sciences, by
 providing N-dimensional variants of the core pandas data structures.
 .
 It provides a pandas-like and pandas-compatible toolkit for analytics on
 multi-dimensional arrays, rather than the tabular data for which pandas
 excels.
 .
 This package provides the documentation.
Build-Profiles: <!nodoc>
