Metadata-Version: 2.1
Name: mo-catnip
Version: 1.0.1
Summary: Climate analysis tool
Home-page: https://github.com/MetOffice/CATNIP
Author: Met Office
Author-email: catnip@metoffice.gov.uk
License: BSD
Description: # CATNIP
        
        **C**limate **A**nalysis **T**ools: **N**ow **I**n **P**ython
        
        This library is a collection of routines to make frequently used climate data analysis
        and visualisation tasks in Iris easier and quicker to write.
        
        Complete documentation can be found at: [CATNIP Docs](https://metoffice.github.io/CATNIP/)
        
        
        ## Requirements
        Please ensure you have the following dependencies installed:  
        
        `iris` `numpy` `matplotlib` `six` `scipy`
        
        ## Usage
        To get started make sure all the requirements are installed, then clone the repository
        and set your Python environment to point to your copy, for example:
        
        `git clone git@github.com:MetOffice/CATNIP.git`
        
        `export PYTHONPATH=<path/to/CATNIP/lib>`
        
        
        CATNIP is also available via pypi and conda-forge:
        
        `pip install mo-catnip`
        
        `conda install -c conda-forge mo-catnip`
        
        
        ## Contact
        For any suggestion, contribution and bug/error reporting, contact us at
        **catnip@metoffice.gov.uk**
        
        ## License
        [BSD-3 License](https://github.com/MetOffice/CATNIP/blob/master/LICENCE)
        
Keywords: cmip,climate,analysis,rcp,iris
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6
Description-Content-Type: text/markdown
