sirocco


Namesirocco JSON
Version 0.0.0.dev0 PyPI version JSON
download
home_pageNone
SummaryA library for creating weather and climate workflows.
upload_time2024-10-31 18:38:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords icon aiida aiida-workgraph workflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sirocco

Sirocco is a library for creating weather and climate workflows from a yaml
format inspired by [cylc](https://cylc.github.io/) using
[AiiDA](https://www.aiida.net/) as workflow engine.

## Install

To install it please use

``` bash
pip install -e .
```

## Developer tools

To manage the repo we use [hatch]{.title-ref} please install it

``` bash
pip install hatch
hatch test # run tests
hatch fmt # run formatting
hatch run docs:build # build docs
hatch run docs:serve # live preview of doc for development
```

## Resources

-   <https://aiida-workgraph.readthedocs.io/en/latest/>
-   <https://github.com/aiidateam/aiida-workgraph>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sirocco",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "icon, aiida, aiida-workgraph, workflow",
    "author": null,
    "author_email": "Matthieu Leclair <matthieu.leclair@env.ethz.ch>, Julian Geiger <julian.geiger@psi.ch>, Alexander Goscinski <alexander.goscinski@psi.ch>",
    "download_url": "https://files.pythonhosted.org/packages/34/34/8234e995767eeead3c7281b1e14f5dc5c46f1ea6599511f0d1f5be0e9447/sirocco-0.0.0.dev0.tar.gz",
    "platform": null,
    "description": "# Sirocco\n\nSirocco is a library for creating weather and climate workflows from a yaml\nformat inspired by [cylc](https://cylc.github.io/) using\n[AiiDA](https://www.aiida.net/) as workflow engine.\n\n## Install\n\nTo install it please use\n\n``` bash\npip install -e .\n```\n\n## Developer tools\n\nTo manage the repo we use [hatch]{.title-ref} please install it\n\n``` bash\npip install hatch\nhatch test # run tests\nhatch fmt # run formatting\nhatch run docs:build # build docs\nhatch run docs:serve # live preview of doc for development\n```\n\n## Resources\n\n-   <https://aiida-workgraph.readthedocs.io/en/latest/>\n-   <https://github.com/aiidateam/aiida-workgraph>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library for creating weather and climate workflows.",
    "version": "0.0.0.dev0",
    "project_urls": {
        "Changelog": "https://github.com/C2SM/Sirocco/blob/main/CHANGELOG.md",
        "Repository": "https://github.com/C2SM/Sirocco.git"
    },
    "split_keywords": [
        "icon",
        " aiida",
        " aiida-workgraph",
        " workflow"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b092d2b32bc5809a5f90c76ba52110f8dd56850c4d89433d6c742318933374e",
                "md5": "f89f2f67c72f952fcaefe2c7918fa51e",
                "sha256": "985f0200029a5b16f49e73ea1071edbebde210248c0fcbcc9ab7161064178357"
            },
            "downloads": -1,
            "filename": "sirocco-0.0.0.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f89f2f67c72f952fcaefe2c7918fa51e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 9574,
            "upload_time": "2024-10-31T18:38:49",
            "upload_time_iso_8601": "2024-10-31T18:38:49.019223Z",
            "url": "https://files.pythonhosted.org/packages/3b/09/2d2b32bc5809a5f90c76ba52110f8dd56850c4d89433d6c742318933374e/sirocco-0.0.0.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34348234e995767eeead3c7281b1e14f5dc5c46f1ea6599511f0d1f5be0e9447",
                "md5": "0e6dc281e2ced8b60943e5c33cb87483",
                "sha256": "b13419f23944a22446d824b34fd5bd86f4feccf41571f37b43bdae51cb4769b3"
            },
            "downloads": -1,
            "filename": "sirocco-0.0.0.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "0e6dc281e2ced8b60943e5c33cb87483",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 9901,
            "upload_time": "2024-10-31T18:38:50",
            "upload_time_iso_8601": "2024-10-31T18:38:50.767523Z",
            "url": "https://files.pythonhosted.org/packages/34/34/8234e995767eeead3c7281b1e14f5dc5c46f1ea6599511f0d1f5be0e9447/sirocco-0.0.0.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 18:38:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "C2SM",
    "github_project": "Sirocco",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sirocco"
}
        
Elapsed time: 4.93192s