Metadata-Version: 1.1
Name: pymt-rafem
Version: 0.1.2
Summary: PyMT plugin rafem
Home-page: UNKNOWN
Author: Eric Hutton
Author-email: UNKNOWN
License: UNKNOWN
Description: ==========
        pymt_rafem
        ==========
        
        
        .. image:: https://img.shields.io/badge/CSDMS-Basic%20Model%20Interface-green.svg
                :target: https://bmi-forum.readthedocs.io/
                :alt: Basic Model Interface
        
        .. image:: https://img.shields.io/badge/recipe-pymt_rafem-green.svg
                :target: https://anaconda.org/conda-forge/pymt_rafem
        
        .. image:: https://img.shields.io/travis/mcflugen/pymt_rafem.svg
                :target: https://travis-ci.org/mcflugen/pymt_rafem
        
        .. image:: https://readthedocs.org/projects/pymt_rafem/badge/?version=latest
                :target: https://pymt_rafem.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 Rafem
        
        
        * Free software: MIT license
        * Documentation: https://rafem.readthedocs.io.
        
        
        ---------------
        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.6
          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_rafem
        ---------------------
        
        Once `pymt` is installed, the dependencies of `pymt_rafem` can
        be installed with:
        
        .. code::
        
          conda install rafem
        
        To install `pymt_rafem`,
        
        .. code::
        
          conda install pymt_rafem
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
