Metadata-Version: 2.1
Name: climetlab
Version: 0.9.8
Summary: Handling of climate/meteorological data
Home-page: https://github.com/ecmwf/climetlab
Author: ECMWF
Author-email: software.support@ecmwf.int
License: Apache 2.0
Description: # CliMetLab
        
        [![PyPI version fury.io](https://badge.fury.io/py/climetlab.svg)](https://pypi.python.org/pypi/climetlab/)
        [![PyPI pyversions](https://img.shields.io/pypi/pyversions/climetlab.svg)](https://pypi.python.org/pypi/climetlab/)
        [![Build](https://github.com/ecmwf/climetlab/actions/workflows/long-test.yml/badge.svg)](https://github.com/ecmwf/climetlab/actions/workflows/long-test.yml)
        
        **CliMetLab** is a Python package aiming at simplifying access to climate and meteorological datasets, allowing users to focus on science instead of
        technical issues such as data access and data formats. It is mostly intended to be used in Jupyter notebooks, and be interoperable with all popular
        data analytic packages, such as Numpy, Pandas, Xarray, SciPy, Matplotlib, etc. and well as machine learning frameworks, such as Tensorflow, Keras or PyTorch.
        
        The documentation can be found at <https://climetlab.readthedocs.io/>.
        
        ### Plugins
        
        See https://climetlab.readthedocs.io/en/latest/guide/pluginlist.html.
        
        ### License
        [Apache License 2.0](LICENSE) In applying this licence, ECMWF does not waive the privileges and immunities 
        granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
        
         
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: interactive
Provides-Extra: tensorflow
Provides-Extra: zarr
Provides-Extra: full
