Metadata-Version: 2.1
Name: esmtools
Version: 1.1.0
Summary: a toolbox for Earth System Model analysis
Home-page: https://github.com/bradyrx/esmtools
Maintainer: Riley X. Brady
Maintainer-email: riley.brady@colorado.edu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: climpred (>=1.0.1)
Requires-Dist: cftime
Requires-Dist: cartopy

esmtools
========

a toolbox for Earth System Model analysis

.. image:: https://travis-ci.org/bradyrx/esmtools.svg?branch=master
    :target: https://travis-ci.org/bradyrx/esmtools

.. image:: https://img.shields.io/pypi/v/esmtools.svg
    :target: https://pypi.python.org/pypi/esmtools/

.. image:: https://img.shields.io/github/license/bradyrx/esmtools.svg
    :alt: license
    :target: LICENSE.txt

Installation
============

You can install the latest release of ``esmtools`` using ``pip``:

.. code-block:: bash

    pip install esmtools 


