Metadata-Version: 2.1
Name: pymt-hydrotrend
Version: 0.2.2
Summary: PyMT plugin for pymt_hydrotrend
Home-page: https://github.com/mcflugen/pymt_hydrotrend
Author: Eric Hutton
Author-email: eric.hutton@colorado.edu
License: UNKNOWN
Keywords: bmi,pymt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: numpy

===============
pymt_hydrotrend
===============


.. image:: https://img.shields.io/badge/CSDMS-Basic%20Model%20Interface-green.svg
        :target: https://bmi.readthedocs.io/
        :alt: Basic Model Interface

.. image:: https://img.shields.io/badge/recipe-pymt_hydrotrend-green.svg
        :target: https://anaconda.org/conda-forge/pymt_hydrotrend

.. image:: https://img.shields.io/travis/mcflugen/pymt_hydrotrend.svg
        :target: https://travis-ci.org/mcflugen/pymt_hydrotrend

.. image:: https://readthedocs.org/projects/pymt-hydrotrend/badge/?version=latest
        :target: https://pymt-hydrotrend.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/csdms/pymt
        :alt: Code style: black


PyMT plugin for hydrotrend


* Free software: MIT License
* Documentation: https://pymt-hydrotrend.readthedocs.io.




========== ====================================
Component  PyMT
========== ====================================

Hydrotrend `from pymt.models import Hydrotrend`
========== ====================================

---------------
Installing pymt
---------------

Installing `pymt` from the `conda-forge` channel can be achieved by adding
`conda-forge` to your channels with:

.. code::

  conda config --add channels conda-forge

*Note*: Before installing `pymt`, you may want to create a separate environment
into which to install it. This can be done with,

.. code::

  conda create -n pymt python=3
  conda activate pymt

Once the `conda-forge` channel has been enabled, `pymt` can be installed with:

.. code::

  conda install pymt

It is possible to list all of the versions of `pymt` available on your platform with:

.. code::

  conda search pymt --channel conda-forge

--------------------------
Installing pymt_hydrotrend
--------------------------

Once `pymt` is installed, the dependencies of `pymt_hydrotrend` can
be installed with:

.. code::

  conda install hydrotrend

To install `pymt_hydrotrend`,

.. code::

  conda install pymt_hydrotrend


Credits
=======

* Eric Hutton <eric.hutton@colorado.edu>


Changelog for pymt_hydrotrend
=============================

0.2.2 (2021-03-13)
------------------

- Rerendered with babelizer 0.3.7.dev0 (#7)

- Added Windows builds and testing (#7)

0.1.0 (2021-03-11)
------------------

- Initial release



