pyflow-workflow-generator


Namepyflow-workflow-generator JSON
Version 3.1.6 PyPI version JSON
download
home_pagehttps://pyflow-workflow-generator.readthedocs.io/en/
SummaryCreate pythonic ecFlow suites
upload_time2023-06-23 12:26:41
maintainer
docs_urlNone
authorEuropean Centre for Medium-Range Weather Forecasts (ECMWF)
requires_python
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pyflow

**Pyflow** is a high level Python interface to ecFlow allowing the creation of ecFlow suites in a modular and "pythonic" way.

The documentation can be found at <https://pyflow-workflow-generator.readthedocs.io>.

## Installation
To install pyflow using conda (including ecflow):

    conda env create -n pyflow -f environment.yml

To install pyflow using pip (requires a local installation of ecflow):

    pip install pyflow-workflow-generator

## Tutorial
Pyflow tutorials are available in the form of a Jupyter notebook:

    jupyter-notebook tutorials/pyflow.ipynb
    jupyter-notebook tutorials/course/course.ipynb

Other learning materials can be found in the tutorials folder.

## License
[Apache License 2.0](LICENSE) In applying this licence, ECMWF does not waive the privileges and immunities 
granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyflow-workflow-generator.readthedocs.io/en/",
    "name": "pyflow-workflow-generator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "European Centre for Medium-Range Weather Forecasts (ECMWF)",
    "author_email": "software.support@ecmwf.int",
    "download_url": "https://files.pythonhosted.org/packages/b8/12/fc58f54cc1241055c1d49d9d594ef72d16cb38e6cdfa6dfc40e5c0e7e824/pyflow-workflow-generator-3.1.6.tar.gz",
    "platform": null,
    "description": "# Pyflow\n\n**Pyflow** is a high level Python interface to ecFlow allowing the creation of ecFlow suites in a modular and \"pythonic\" way.\n\nThe documentation can be found at <https://pyflow-workflow-generator.readthedocs.io>.\n\n## Installation\nTo install pyflow using conda (including ecflow):\n\n    conda env create -n pyflow -f environment.yml\n\nTo install pyflow using pip (requires a local installation of ecflow):\n\n    pip install pyflow-workflow-generator\n\n## Tutorial\nPyflow tutorials are available in the form of a Jupyter notebook:\n\n    jupyter-notebook tutorials/pyflow.ipynb\n    jupyter-notebook tutorials/course/course.ipynb\n\nOther learning materials can be found in the tutorials folder.\n\n## License\n[Apache License 2.0](LICENSE) In applying this licence, ECMWF does not waive the privileges and immunities \ngranted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Create pythonic ecFlow suites",
    "version": "3.1.6",
    "project_urls": {
        "Homepage": "https://pyflow-workflow-generator.readthedocs.io/en/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dfaa49a8e4145f4a7ec99710420a813515cc7852eff62a7c601eb1d377d1d31",
                "md5": "f18f8bf7798178cba3a5a9556aa15d14",
                "sha256": "7df5bc5544902b019263b43457ccf03d9262d47c3db992b5381ec65b64c5a0f2"
            },
            "downloads": -1,
            "filename": "pyflow_workflow_generator-3.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f18f8bf7798178cba3a5a9556aa15d14",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 51366,
            "upload_time": "2023-06-23T12:26:40",
            "upload_time_iso_8601": "2023-06-23T12:26:40.016430Z",
            "url": "https://files.pythonhosted.org/packages/8d/fa/a49a8e4145f4a7ec99710420a813515cc7852eff62a7c601eb1d377d1d31/pyflow_workflow_generator-3.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b812fc58f54cc1241055c1d49d9d594ef72d16cb38e6cdfa6dfc40e5c0e7e824",
                "md5": "e81cf8e3492be273a98f3ebc60f1107d",
                "sha256": "041e7dba04350b313a504b6fb390c4e0637c99c8c514baed0c3f36df68a639c5"
            },
            "downloads": -1,
            "filename": "pyflow-workflow-generator-3.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e81cf8e3492be273a98f3ebc60f1107d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 60041,
            "upload_time": "2023-06-23T12:26:41",
            "upload_time_iso_8601": "2023-06-23T12:26:41.548448Z",
            "url": "https://files.pythonhosted.org/packages/b8/12/fc58f54cc1241055c1d49d9d594ef72d16cb38e6cdfa6dfc40e5c0e7e824/pyflow-workflow-generator-3.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 12:26:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyflow-workflow-generator"
}
        
Elapsed time: 0.10485s