Metadata-Version: 1.1
Name: cf-python
Version: 1.3.2
Summary: Python interface to the CF data model
Home-page: http://cfpython.bitbucket.org/
Author: David Hassell
Author-email: d.c.hassell at reading.ac.uk
License: UNKNOWN
Download-URL: https://bitbucket.org/cfpython/cf-python/downloads
Description: Home page
        =========
        
        * `cf-python <http://cfpython.bitbucket.org>`_
        
        Documentation
        =============
        
        * `Online documentation for the latest stable release
          <http://cfpython.bitbucket.org/docs/latest/>`_
        
        Dependencies
        ============
        
        * The package runs on Linux and Mac OS operating systems.
        
        * Requires a python version from 2.6 up to, but not including, 3.0.
         
        * See the `README.md
          <https://bitbucket.org/cfpython/cf-python/src/master/README.md>`_
          file for further dependencies
        
        Visualisation
        =============
        
        * The `cfplot package <https://pypi.python.org/pypi/cf-plot>`_ at
          version 1.9.10 or newer provides metadata-aware visualisation for
          cf-python fields. This is not a dependency for cf-python.
        
        
        Command line utilities
        ======================
        
        * The `cfdump` tool generates text representations on standard output
          of the CF fields contained in the input files.
        
        * The `cfa` tool creates and writes to disk the CF fields contained in
          the input files.
        
        * During installation these scripts will be copied automatically to a
          location given by the ``PATH`` environment variable.
        
        Code license
        ============
        
        * `MIT License <http://opensource.org/licenses/mit-license.php>`_
Keywords: cf,netcdf,data,science,oceanography,meteorology,climate
Platform: Linux
Platform: MacOS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Utilities
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires: netCDF4 (>=1.1.1)
Requires: numpy (>=1.7)
Requires: matplotlib (>=1.4.2)
Requires: psutil (>=0.6.0)
