Metadata-Version: 1.2
Name: esmtools
Version: 1.1.3
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
Description: .. image:: https://i.imgur.com/weZEU3X.png
        
        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/conda/vn/conda-forge/esmtools.svg
            :target: https://anaconda.org/conda-forge/esmtools
            :alt: Conda Version
        
        .. image:: https://coveralls.io/repos/github/bradyrx/esmtools/badge.svg?branch=master
            :target: https://coveralls.io/github/bradyrx/esmtools?branch=master
        
        .. image:: https://img.shields.io/readthedocs/esmtools/stable.svg?style=flat
            :target: https://esmtools.readthedocs.io/en/stable/?badge=stable
            :alt: Documentation Status
        
        .. 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`` or ``conda``:
        
        .. code-block:: bash
        
            pip install esmtools
        
        .. code-block:: bash
        
            conda install -c conda-forge esmtools
        
        You can also install the bleeding edge (pre-release versions) by cloning this
        repository and running ``pip install . --upgrade`` in the main directory.
        
        Documentation
        =============
        
        Documentation is in development and can be found on readthedocs_.
        
        .. _readthedocs: https://esmtools.readthedocs.io/en/stable/
        
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
