cylc-rose


Namecylc-rose JSON
Version 1.3.2 PyPI version JSON
download
home_pagehttps://cylc.github.io/cylc-doc/latest/html/plugins/cylc-rose.html
SummaryA Cylc plugin providing support for the Rose rose-suite.conf file.
upload_time2024-01-19 10:12:12
maintainer
docs_urlNone
authorBritish Crown (Met Office) & Contributors
requires_python>=3.7
licenseGPL
keywords cylc rose workflow configuration workflow-engine workflow-automation workflow-management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cylc-Rose Plugin

[![PyPI](https://img.shields.io/pypi/v/cylc-rose)](https://pypi.org/project/cylc-rose/)
[![tests](https://github.com/cylc/cylc-rose/actions/workflows/tests.yml/badge.svg)](https://github.com/cylc/cylc-rose/actions/workflows/tests.yml)
[![Codecov](https://img.shields.io/codecov/c/github/cylc/cylc-rose)](https://app.codecov.io/gh/cylc/cylc-rose)

A [Cylc](https://github.com/cylc/cylc-flow) plugin providing support for the
[Rose](https://github.com/metomi/rose) `rose-suite.conf` file.

For use with Cylc 8 and Rose 2.

### Installation

Install from PyPi:

```
pip install cylc-rose
```

Or Conda:

```
conda install cylc-rose
```

No further configuration is required, Cylc will load this plugin automatically.

### Overview

In the past Rose provided a wrapper to Cylc providing additional capabilities
including workflow installation.

As of Cylc 8 and Rose 2 some of this functionality has been re-built directly
in Cylc, the rest has been migrated into this Plugin.

The last versions of Cylc and Rose which use the wrapper are:

* Cylc 7
* Rose 2019

For all later versions please install this plugin into your Cylc/Rose
environment for Rose integration.

### What This Plugin Does

This plugin provides support for the `rose-suite.conf` file, namely:

* Jinja2/EmPy template variables.
* Scheduler environment variables.
* File installation.
* Optional configurations.

### What This Plugin Does Not Do

* Support the `root-dir*` configurations, these have been deprecated by
  the new Cylc `symlink dirs` functionality.
* Graphical configuration editors.

### Contributing

[![Contributors](https://img.shields.io/github/contributors/cylc/cylc-rose.svg?color=9cf)](https://github.com/cylc/cylc-rose/graphs/contributors)
[![Commit activity](https://img.shields.io/github/commit-activity/m/cylc/cylc-rose.svg?color=yellowgreen)](https://github.com/cylc/cylc-rose/commits/master)
[![Last commit](https://img.shields.io/github/last-commit/cylc/cylc-rose.svg?color=ff69b4)](https://github.com/cylc/cylc-rose/commits/master)

* Read the [contributing](CONTRIBUTING.md) page.
* Development setup instructions are in the
  [developer docs](https://cylc.github.io/cylc-admin/#cylc-8-developer-docs).
* Involved change proposals can be found in the
  [admin pages](https://cylc.github.io/cylc-admin/#change-proposals).
* Touch base in the
  [developers chat](https://matrix.to/#/#cylc-general:matrix.org).

> **Note:** If also developing Cylc and or Rose you may wish to install
  cylc-rose in the same environment before installing cylc-rose.

```
pip install -e cylc-rose[all]
```

### Copyright and Terms of Use

[![License](https://img.shields.io/github/license/cylc/cylc-flow.svg?color=lightgrey)](https://github.com/cylc/cylc-flow/blob/master/COPYING)

Copyright (C) 2008-<span actions:bind='current-year'>2023</span> NIWA &
British Crown (Met Office) & Contributors.

Cylc-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.

Cylc-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
Cylc-rose.  If not, see [GNU licenses](http://www.gnu.org/licenses/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://cylc.github.io/cylc-doc/latest/html/plugins/cylc-rose.html",
    "name": "cylc-rose",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "cylc,rose,workflow,configuration,workflow-engine,workflow-automation,workflow-management",
    "author": "British Crown (Met Office) & Contributors",
    "author_email": "metomi@metoffice.gov.uk",
    "download_url": "https://files.pythonhosted.org/packages/1f/58/0e8338467701ae9d02957d42259afcf335077ed594aa37e301bae9d7c117/cylc-rose-1.3.2.tar.gz",
    "platform": "any",
    "description": "# Cylc-Rose Plugin\n\n[![PyPI](https://img.shields.io/pypi/v/cylc-rose)](https://pypi.org/project/cylc-rose/)\n[![tests](https://github.com/cylc/cylc-rose/actions/workflows/tests.yml/badge.svg)](https://github.com/cylc/cylc-rose/actions/workflows/tests.yml)\n[![Codecov](https://img.shields.io/codecov/c/github/cylc/cylc-rose)](https://app.codecov.io/gh/cylc/cylc-rose)\n\nA [Cylc](https://github.com/cylc/cylc-flow) plugin providing support for the\n[Rose](https://github.com/metomi/rose) `rose-suite.conf` file.\n\nFor use with Cylc 8 and Rose 2.\n\n### Installation\n\nInstall from PyPi:\n\n```\npip install cylc-rose\n```\n\nOr Conda:\n\n```\nconda install cylc-rose\n```\n\nNo further configuration is required, Cylc will load this plugin automatically.\n\n### Overview\n\nIn the past Rose provided a wrapper to Cylc providing additional capabilities\nincluding workflow installation.\n\nAs of Cylc 8 and Rose 2 some of this functionality has been re-built directly\nin Cylc, the rest has been migrated into this Plugin.\n\nThe last versions of Cylc and Rose which use the wrapper are:\n\n* Cylc 7\n* Rose 2019\n\nFor all later versions please install this plugin into your Cylc/Rose\nenvironment for Rose integration.\n\n### What This Plugin Does\n\nThis plugin provides support for the `rose-suite.conf` file, namely:\n\n* Jinja2/EmPy template variables.\n* Scheduler environment variables.\n* File installation.\n* Optional configurations.\n\n### What This Plugin Does Not Do\n\n* Support the `root-dir*` configurations, these have been deprecated by\n  the new Cylc `symlink dirs` functionality.\n* Graphical configuration editors.\n\n### Contributing\n\n[![Contributors](https://img.shields.io/github/contributors/cylc/cylc-rose.svg?color=9cf)](https://github.com/cylc/cylc-rose/graphs/contributors)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/cylc/cylc-rose.svg?color=yellowgreen)](https://github.com/cylc/cylc-rose/commits/master)\n[![Last commit](https://img.shields.io/github/last-commit/cylc/cylc-rose.svg?color=ff69b4)](https://github.com/cylc/cylc-rose/commits/master)\n\n* Read the [contributing](CONTRIBUTING.md) page.\n* Development setup instructions are in the\n  [developer docs](https://cylc.github.io/cylc-admin/#cylc-8-developer-docs).\n* Involved change proposals can be found in the\n  [admin pages](https://cylc.github.io/cylc-admin/#change-proposals).\n* Touch base in the\n  [developers chat](https://matrix.to/#/#cylc-general:matrix.org).\n\n> **Note:** If also developing Cylc and or Rose you may wish to install\n  cylc-rose in the same environment before installing cylc-rose.\n\n```\npip install -e cylc-rose[all]\n```\n\n### Copyright and Terms of Use\n\n[![License](https://img.shields.io/github/license/cylc/cylc-flow.svg?color=lightgrey)](https://github.com/cylc/cylc-flow/blob/master/COPYING)\n\nCopyright (C) 2008-<span actions:bind='current-year'>2023</span> NIWA &\nBritish Crown (Met Office) & Contributors.\n\nCylc-rose is free software: you can redistribute it and/or modify it under the terms\nof the GNU General Public License as published by the Free Software Foundation,\neither version 3 of the License, or (at your option) any later version.\n\nCylc-rose is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nCylc-rose.  If not, see [GNU licenses](http://www.gnu.org/licenses/).\n\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A Cylc plugin providing support for the Rose rose-suite.conf file.",
    "version": "1.3.2",
    "project_urls": {
        "Homepage": "https://cylc.github.io/cylc-doc/latest/html/plugins/cylc-rose.html"
    },
    "split_keywords": [
        "cylc",
        "rose",
        "workflow",
        "configuration",
        "workflow-engine",
        "workflow-automation",
        "workflow-management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19ec9f1bc8f52fdfc7dd2d3d1565727d1afcaf5bd18f30bb30305a2cb81248f4",
                "md5": "fd89d6c19cf925e87e2c0c24ede13e0e",
                "sha256": "cae6a9cd1b25b0bf9cf5aa25c54a17372aa148a902e2d621f88c25ce4d23b867"
            },
            "downloads": -1,
            "filename": "cylc_rose-1.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd89d6c19cf925e87e2c0c24ede13e0e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 41717,
            "upload_time": "2024-01-19T10:12:09",
            "upload_time_iso_8601": "2024-01-19T10:12:09.600122Z",
            "url": "https://files.pythonhosted.org/packages/19/ec/9f1bc8f52fdfc7dd2d3d1565727d1afcaf5bd18f30bb30305a2cb81248f4/cylc_rose-1.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f580e8338467701ae9d02957d42259afcf335077ed594aa37e301bae9d7c117",
                "md5": "059c8e1d57599c52d4ae11de2e0c9524",
                "sha256": "135d77482d6f75c8e41e83aaef3d74878f52e840e9d7799b205aba59159f2b4a"
            },
            "downloads": -1,
            "filename": "cylc-rose-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "059c8e1d57599c52d4ae11de2e0c9524",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 38703,
            "upload_time": "2024-01-19T10:12:12",
            "upload_time_iso_8601": "2024-01-19T10:12:12.151466Z",
            "url": "https://files.pythonhosted.org/packages/1f/58/0e8338467701ae9d02957d42259afcf335077ed594aa37e301bae9d7c117/cylc-rose-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 10:12:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cylc-rose"
}
        
Elapsed time: 0.42975s