10000 GitHub - SciTools/mo_pack: Python wrapper to libmo_unpack
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SciTools/mo_pack

Repository files navigation

mo_pack

⚙️ CI pre-commit.ci status ci-tests
✨ Meta Pixi Badge Ruff SPEC 0 — Minimum Supported Dependencies license - bds-3-clause
📦 Package conda-forge
🧰 Repo commits-since contributors release

Provides Python bindings to the C library libmo_unpack which contains packing methods used to encode and decode the data payloads of Met Office UM Post-Processing and Fields files.

Supports both RLE and WGDOS encoding methods.

Developer

Creating a development environment, installing and building mo_pack then testing it couldn't be easier!

For example, simply:

> pixi run --environment py313-test pytest

Alternatively:

> pixi shell --environment py313-test
> python setup.py clean_cython
> python setup.py build_ext --inplace
> pytest

For further details see the pixi documentation.

License

mo_pack is distributed under the terms of the BSD-3-Clause license.

0