Metadata-Version: 2.4
Name: metomi-rose
Version: 2.5.1
Summary: Rose, a framework for meteorological suites.
Author-email: "British Crown (Met Office) & Contributors" <metomi@metoffice.gov.uk>
License: GPL
Project-URL: Homepage, https://metomi.github.io/rose/doc/html/index.html
Project-URL: Repository, https://github.com/metomi/rose
Project-URL: Changelog, https://github.com/metomi/rose/blob/master/CHANGES.md
Keywords: hpc,weather-modelling,weather-model,meteorological-suites,meteorological-modelling,meteorological-models,workflows,workflow-automation
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: aiofiles
Requires-Dist: jinja2>=2.10.1
Requires-Dist: keyring==23.*
Requires-Dist: ldap3
Requires-Dist: metomi-isodatetime==1!3.*
Requires-Dist: psutil>=5.6.0
Requires-Dist: requests
Requires-Dist: sqlalchemy==1.*
Requires-Dist: importlib_metadata>=5.0; python_version < "3.12"
Requires-Dist: importlib_resources>=2.0; python_version < "3.9"
Provides-Extra: docs
Requires-Dist: cylc-sphinx-extensions[all]>=1.2.0; extra == "docs"
Requires-Dist: hieroglyph>=2.1.0; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinxcontrib-httpdomain; extra == "docs"
Requires-Dist: sphinxcontrib-svg2pdfconverter; extra == "docs"
Provides-Extra: graph
Requires-Dist: pygraphviz!=1.8,>1.0; extra == "graph"
Provides-Extra: tests
Requires-Dist: aiosmtpd; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: towncrier>=24.7.0; python_version > "3.7" and extra == "tests"
Provides-Extra: lint
Requires-Dist: flake8>=6.0.0; python_version > "3.7" and extra == "lint"
Requires-Dist: flake8-type-checking; python_version > "3.7" and extra == "lint"
Requires-Dist: mypy<1.9,>=0.800; extra == "lint"
Requires-Dist: types-aiofiles; extra == "lint"
Provides-Extra: rosa
Provides-Extra: all
Requires-Dist: metomi-rose[lint]; extra == "all"
Requires-Dist: metomi-rose[docs]; extra == "all"
Requires-Dist: metomi-rose[graph]; extra == "all"
Requires-Dist: metomi-rose[tests]; extra == "all"
Requires-Dist: metomi-rose[rosa]; extra == "all"
Dynamic: license-file

# Rose

[![test](https://github.com/metomi/rose/actions/workflows/test.yml/badge.svg)](https://github.com/metomi/rose/actions/workflows/test.yml)
[![DOI](https://zenodo.org/badge/6223866.svg)](https://zenodo.org/badge/latestdoi/6223866)

Rose: a framework for managing and running meteorological suites.

### Python 2 or Python 3 ?

#### Rose 2019

- Python 2
- PyGTK GUI
- `2019.01.x` branch in the source code

#### Rose 2

- Python 3
- No GUIs
- Web-based GUIs will follow in later Rose 2 releases
- `master` branch in the source code

[Installation](http://metomi.github.io/rose/doc/html/installation.html) |
[User Guide](http://metomi.github.io/rose/) |
[How to Contribute](https://github.com/metomi/rose/blob/master/CONTRIBUTING.md)

## Copyright and Terms of Use

Copyright (C) 2012-<span actions:bind='current-year'>2025</span> British Crown (Met Office) &amp; Contributors

Rose is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Rose is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Rose. If not, see <http://www.gnu.org/licenses/>.

Rose documentation is licensed under the British Open Government
Licence. See doc/rose-terms-of-use.html and
<http://www.nationalarchives.gov.uk/doc/open-government-licence/>

See <http://metomi.github.io/rose/doc/html/terms.html>.

## Acknowledgement for non-Rose Work

See [Acknowledgement for Non-Rose Work](https://github.com/metomi/rose/blob/master/ACKNOWLEDGEMENT.md).
