Metadata-Version: 2.0
Name: MetPy
Version: 0.4.3
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.3.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: doc8; extra == 'doc'
Requires-Dist: sphinx (>=1.4); extra == 'doc'
Requires-Dist: sphinx-gallery; extra == 'doc'
Provides-Extra: examples
Requires-Dist: cartopy (>=0.13.1); extra == 'examples'
Provides-Extra: test
Requires-Dist: flake8 (>3.2.0); extra == 'test'
Requires-Dist: flake8-builtins; extra == 'test'
Requires-Dist: flake8-comprehensions; extra == 'test'
Requires-Dist: flake8-copyright; extra == 'test'
Requires-Dist: flake8-docstrings; extra == 'test'
Requires-Dist: flake8-import-order; extra == 'test'
Requires-Dist: flake8-mutable; extra == 'test'
Requires-Dist: flake8-pep3101; extra == 'test'
Requires-Dist: flake8-print; extra == 'test'
Requires-Dist: flake8-quotes; extra == 'test'
Requires-Dist: pep8-naming; extra == 'test'
Requires-Dist: pytest (>=2.4); extra == 'test'
Requires-Dist: pytest-flake8; extra == 'test'
Requires-Dist: pytest-mpl; 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).


