{"id":28633611,"url":"https://github.com/scitools/mo_pack","last_synced_at":"2025-06-12T15:09:27.923Z","repository":{"id":30448083,"uuid":"34001642","full_name":"SciTools/mo_pack","owner":"SciTools","description":"Python wrapper to libmo_unpack","archived":false,"fork":false,"pushed_at":"2025-06-09T19:07:10.000Z","size":583,"stargazers_count":2,"open_issues_count":3,"forks_count":13,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-06-09T20:21:03.030Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"academicpages/academicpages.github.io","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SciTools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-04-15T15:18:46.000Z","updated_at":"2025-06-09T19:07:12.000Z","dependencies_parsed_at":"2023-12-19T07:14:33.548Z","dependency_job_id":"3878d33b-1b52-4e3b-97a1-7ba88d43a01b","html_url":"https://github.com/SciTools/mo_pack","commit_stats":{"total_commits":22,"total_committers":8,"mean_commits":2.75,"dds":0.7272727272727273,"last_synced_commit":"88db0616b47928ee01d48d7c29ec5f71de1d08a9"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/SciTools/mo_pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciTools%2Fmo_pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciTools%2Fmo_pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciTools%2Fmo_pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciTools%2Fmo_pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciTools","download_url":"https://codeload.github.com/SciTools/mo_pack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciTools%2Fmo_pack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259490550,"owners_count":22865769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-12T15:09:23.976Z","updated_at":"2025-06-12T15:09:27.898Z","avatar_url":"https://github.com/SciTools.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mo_pack\n\n|            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ⚙️ CI      | [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/SciTools/mo_pack/main.svg)](https://results.pre-commit.ci/latest/github/SciTools/mo_pack/main) [![ci-tests](https://github.com/SciTools/mo_pack/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/SciTools/mo_pack/actions/workflows/ci-tests.yml)                                                                                                                                                    |\n| ✨ Meta     | [![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![SPEC 0 — Minimum Supported Dependencies](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811\u0026color=%235CA038)](https://scientific-python.org/specs/spec-0000/) [![license - bds-3-clause](https://img.shields.io/github/license/SciTools/mo_pack)](https://github.com/SciTools/mo_pack/blob/main/LICENSE) |\n| 📦 Package | [![conda-forge](https://img.shields.io/conda/vn/conda-forge/mo_pack?color=orange\u0026label=conda-forge\u0026logo=conda-forge\u0026logoColor=white)](https://anaconda.org/conda-forge/mo_pack)                                                                                                                                                                                                                                                                                                       |\n| 🧰 Repo    | [![commits-since](https://img.shields.io/github/commits-since/SciTools/mo_pack/latest.svg)](https://github.com/SciTools/mo_pack/commits/main) [![contributors](https://img.shields.io/github/contributors/SciTools/mo_pack)](https://github.com/SciTools/mo_pack/graphs/contributors) [![release](https://img.shields.io/github/v/release/SciTools/mo_pack)](https://github.com/SciTools/mo_pack/releases)                                                                            |\n|            |\n\nProvides Python bindings to the C library [libmo_unpack](https://github.com/SciTools/libmo_unpack) which contains packing methods used to encode and decode the data payloads of Met Office UM Post-Processing and Fields files.\n\nSupports both **RLE** and **WGDOS** encoding methods.\n\n## Developer\n\nCreating a development environment, installing and building `mo_pack` then testing it couldn't be easier!\n\nFor example, simply:\n```shell\n\u003e pixi run --environment py313-test pytest\n```\n\nAlternatively:\n```shell\n\u003e pixi shell --environment py313-test\n\u003e python setup.py clean_cython\n\u003e python setup.py build_ext --inplace\n\u003e pytest\n```\n\nFor further details see the [pixi](https://github.com/prefix-dev/pixi) documentation.\n\n## License\n\n`mo_pack` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscitools%2Fmo_pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscitools%2Fmo_pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscitools%2Fmo_pack/lists"}