Metadata-Version: 2.1
Name: pop-tools
Version: 2020.9.14
Summary: POP2-CESM tools
Home-page: https://github.com/NCAR/pop-tools
Maintainer: Matthew Long
Maintainer-email: mclong@ucar.edu
License: Apache License 2.0
Keywords: ocean modeling cesm
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Requires-Dist: numba (>=0.48)
Requires-Dist: pyyaml
Requires-Dist: xarray (>=0.15.0)
Requires-Dist: dask (>=2.10)
Requires-Dist: pooch (>=0.7.0)
Requires-Dist: numpy (>=1.17.0)

POP-tools: Tools to support analysis of POP2-CESM model solutions with xarray
=============================================================================


.. image:: https://img.shields.io/github/workflow/status/NCAR/pop-tools/code-style?label=Code%20Style&style=for-the-badge
    :target: https://github.com/NCAR/pop-tools/actions
    :alt: GitHub Workflow Status


.. image:: https://img.shields.io/circleci/project/github/NCAR/pop-tools/master.svg?style=for-the-badge&logo=circleci
    :target: https://circleci.com/gh/NCAR/pop-tools/tree/master

.. image:: https://img.shields.io/codecov/c/github/NCAR/pop-tools.svg?style=for-the-badge
    :target: https://codecov.io/gh/NCAR/pop-tools


.. image:: https://img.shields.io/readthedocs/pop-tools/latest.svg?style=for-the-badge
    :target: https://pop-tools.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/pop-tools.svg?style=for-the-badge
    :target: https://pypi.org/project/pop-tools
    :alt: Python Package Index

.. image:: https://img.shields.io/conda/vn/conda-forge/pop-tools.svg?style=for-the-badge
    :target: https://anaconda.org/conda-forge/pop-tools
    :alt: Conda Version



See full documentation_ for more information.

.. _documentation: https://pop-tools.readthedocs.io/en/latest/


Installation
------------

POP-tools can be installed from PyPI with pip:

.. code-block:: bash

    pip install pop-tools


It is also available from `conda-forge` for conda installations:

.. code-block:: bash

    conda install -c conda-forge pop-tools


