MetPy
=====

.. image:: https://pypip.in/status/MetPy/badge.svg
    :target: https://pypi.python.org/pypi/MetPy/
    :alt: Development Status

.. image:: https://pypip.in/py_versions/MetPy/badge.svg
    :target: https://pypi.python.org/pypi/MetPy/
    :alt: Supported Python versions

.. image:: https://pypip.in/implementation/MetPy/badge.svg
    :target: https://pypi.python.org/pypi/MetPy/
    :alt: Supported Python implementations

.. image:: https://pypip.in/license/MetPy/badge.svg
    :target: https://pypi.python.org/pypi/MetPy/
    :alt: License

.. image:: https://pypip.in/version/MetPy/badge.svg?text=version
    :target: https://pypi.python.org/pypi/MetPy/
    :alt: Latest Version

.. image:: https://pypip.in/format/MetPy/badge.svg
    :target: https://pypi.python.org/pypi/MetPy/
    :alt: Download format

.. image:: https://pypip.in/download/MetPy/badge.svg?period=month
    :target: https://pypi.python.org/pypi/MetPy/
    :alt: Downloads

.. image:: https://travis-ci.org/metpy/MetPy.svg?branch=master
    :target: https://travis-ci.org/metpy/MetPy
    :alt: Travis Build Status

.. image:: https://coveralls.io/repos/metpy/MetPy/badge.svg?branch=master
    :target: https://coveralls.io/r/metpy/MetPy
    :alt: Coveralls Coverage Status

.. image:: https://landscape.io/github/metpy/MetPy/master/landscape.svg?style=flat
    :target: https://landscape.io/github/metpy/MetPy/master
    :alt: Code Health

.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
    :target: http://metpy.readthedocs.org/en/latest/
    :alt: Latest Doc Build Status

.. image:: https://readthedocs.org/projects/pip/badge/?version=stable
    :target: http://metpy.readthedocs.org/en/stable/
    :alt: Stable Doc Build Status

MetPy is a collection of tools in Python for reading, visualizing and
performing calculations with weather data.

MetPy is still in an early stage of development, and as such
**no APIs are considered stable.** While we won't break things
just for fun, many things may still change as we work through
design issues.

Important Links
---------------

- Source code repository: https://github.com/MetPy/MetPy
- HTML Documentation (stable release): http://metpy.readthedocs.org/en/stable/
- HTML Documentation (development): http://metpy.readthedocs.org/en/latest/
- Issue tracker: http://github.com/Metpy/MetPy/issues

Dependencies
------------
Other required packages:

- Numpy
- Scipy
- Matplotlib
- Pint
