Metadata-Version: 2.4
Name: meteolib
Version: 0.16.21
Summary: Python standard functions for meteorology.
Home-page: 
Author: Clemens Drüe
Author-email: druee@uni-trier.de
License: EUPL-1.2
Keywords: meteorology
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pytz
Dynamic: author
Dynamic: author-email
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

meteolib
========

A python module conatins standard equations, constants and conversions adopted or recommended by the [World meteorological Organization (WMO)](http://www.wmo.int) for general use in meteorology.

Requirements:
-------------

    pip install numpy pandas

Installation:
-------------
As root or Administrator:

    pip install meteolib

or as normal user: 

    pip install --user meteolib

or manually install the sources 
available from [GitHub](https://github.com/cdruee/meteolib)


Documentation: <http://druee.gitlab-pages.uni-trier.de/meteolib/>
--------------


