https://github.com/access-nri/ukmo-conda-packages
https://github.com/access-nri/ukmo-conda-packages
atmosphere-team conda tool
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/access-nri/ukmo-conda-packages
- Owner: ACCESS-NRI
- License: bsd-3-clause
- Created: 2025-08-22T06:39:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-11-01T02:24:21.000Z (8 months ago)
- Last Synced: 2026-01-19T11:53:17.123Z (5 months ago)
- Topics: atmosphere-team, conda, tool
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UK Met Office Conda Packages
This repository automates the packaging and distribution of selected [UK Met Office (UKMO)](https://www.metoffice.gov.uk/) software (licensed under the BSD 3-Clause license) as Conda packages.
The built packages are distributed on the [accessnri Anaconda channel](https://anaconda.org/accessnri).
## Available packages
- [`shumlib`](https://anaconda.org/accessnri/shumlib)
- [`mule`](https://anaconda.org/accessnri/mule)
- [`ants`](https://anaconda.org/accessnri/ants)
- [`ugants`](https://anaconda.org/accessnri/ugants)
## How it works
This repository automatically monitors the upstream projects for new releases. When a new version is detected, a corresponding Conda package is built and uploaded to the `accessnri` channel for easy installation.
## Installation
You can install any of these packages using `conda` or `micromamba`:
```bash
conda install accessnri::
```