⚙️ CI | |
✨ Meta | |
📦 Package | |
🧰 Repo | |
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.
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.
mo_pack
is distributed under the terms of the BSD-3-Clause license.