Metadata-Version: 2.0
Name: MetPy
Version: 0.4.2
Summary: Collection of tools for reading, visualizing andperforming calculations with weather data.
Home-page: http://github.com/Unidata/MetPy
Author: MetPy Developers
Author-email: python-users@unidata.ucar.edu
License: BSD
Download-URL: https://github.com/Unidata/MetPy/archive/v0.4.2.tar.gz
Keywords: meteorology weather
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: matplotlib (>=1.4)
Requires-Dist: numpy (>=1.9.1)
Requires-Dist: pint (>=0.6)
Requires-Dist: scipy (>=0.14)
Provides-Extra: cdm
Requires-Dist: pyproj (>=1.9.4); extra == 'cdm'
Provides-Extra: dev
Requires-Dist: ipython[all] (>=3.1); extra == 'dev'
Provides-Extra: doc
Requires-Dist: ipython[all] (>=3.1); extra == 'doc'
Requires-Dist: sphinx (>=1.3); extra == 'doc'
Provides-Extra: examples
Requires-Dist: cartopy (>=0.13.1); extra == 'examples'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-runner; extra == 'test'

The space MetPy aims for is GEMPAK (and maybe NCL)-like functionality, in a way that plugs easily into the existing scientific Python ecosystem (numpy, scipy, matplotlib).


