Metadata-Version: 2.4
Name: eccodes-cosmo-resources-python
Version: 2.36.0.3.post0
Project-URL: Documentation, https://github.com/MeteoSwiss/eccodes-cosmo-resources-python#readme
Project-URL: Issues, https://github.com/MeteoSwiss/eccodes-cosmo-resources-python/issues
Project-URL: Source, https://github.com/MeteoSwiss/eccodes-cosmo-resources-python
Author-email: Christian Kanesan <christian.kanesan@meteoswiss.ch>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# eccodes-cosmo-resources-python

[![PyPI - Version](https://img.shields.io/pypi/v/eccodes-cosmo-resources-python.svg)](https://pypi.org/project/eccodes-cosmo-resources-python)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eccodes-cosmo-resources-python.svg)](https://pypi.org/project/eccodes-cosmo-resources-python)

-----

## Installation

```console
pip install eccodes-cosmo-resources-python
```

## Usage

```python
import eccodes
import eccodes_cosmo_resources

vendor = eccodes.codes_definition_path()
cosmo = eccodes_cosmo_resources.get_definitions_path()
eccodes.set_definition_path(f"{cosmo}:{vendor}")
```
