معرفی شرکت ها


cylc-flow-8.1.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A workflow engine for cycling systems
ویژگی مقدار
سیستم عامل -
نام فایل cylc-flow-8.1.4
نام cylc-flow
نسخه کتابخانه 8.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Hilary Oliver
ایمیل نویسنده -
آدرس صفحه اصلی https://cylc.org/
آدرس اینترنتی https://pypi.org/project/cylc-flow/
مجوز GPL
<div align="center" > <img src="https://raw.githubusercontent.com/cylc/cylc-admin/master/docs/img/cylc-logo.svg" width="50%" /> [![PyPI](https://img.shields.io/pypi/v/cylc-flow.svg?color=yellow)](https://pypi.org/project/cylc-flow/) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/cylc-flow/badges/version.svg)](https://anaconda.org/conda-forge/cylc-flow) [![chat](https://img.shields.io/matrix/cylc-general:matrix.org)](https://matrix.to/#/#cylc-general:matrix.org) [![forum](https://img.shields.io/discourse/https/cylc.discourse.group/posts.svg)](https://cylc.discourse.group/) [![Documentation](https://img.shields.io/website?label=documentation&up_message=live&url=https%3A%2F%2Fcylc.github.io%2Fcylc-doc%2Fstable%2Fhtml%2Findex.html)](https://cylc.github.io/cylc-doc/stable/html/index.html) </div> Cylc (pronounced silk) is a general purpose workflow engine that also manages cycling systems very efficiently. It is used in production weather, climate, and environmental forecasting on HPC, but is not specialized to those domains. ### Quick Start [Installation](https://cylc.github.io/cylc-doc/stable/html/installation.html) | [Documentation](https://cylc.github.io/cylc-doc/stable/html/index.html) ```bash # install cylc conda install cylc-flow # write your first workflow mkdir -p ~/cylc-src/example cat > ~/cylc-src/example/flow.cylc <<__CONFIG__ [scheduling] initial cycle point = 1 cycling mode = integer [[graph]] P1 = """ a => b => c & d b[-P1] => b """ [runtime] [[a, b, c, d]] script = echo "Hello $CYLC_TASK_NAME" __CONFIG__ # install and run it cylc install example cylc play example # watch it run cylc tui example ``` ### Migrating From Cylc 7 [Migration Guide](https://cylc.github.io/cylc-doc/stable/html/7-to-8/index.html) | [Migration Support](https://cylc.discourse.group/c/cylc/7-to-8/13) Cylc 8 can run most Cylc 7 workflows in compatibility mode with little to no changes, go through the [migration guide](https://cylc.github.io/cylc-doc/stable/html/7-to-8/index.html) for more details. Quick summary of major changes: * Python 2 -> 3. * Internal communications converted from HTTPS to ZMQ (TCP). * PyGTK GUIs replaced by: * Terminal user interface (TUI) included in cylc-flow. * Web user interface provided by the cylc-uiserver package. * A new scheduling algorithm with support for branched workflows. * Command line changes: * `cylc run <id>` -> `cylc play <id>` * `cylc restart <id>` -> `cylc play <id>` * `rose suite-run` -> `cylc install; cylc play <id>` * The core package containing Cylc scheduler program has been renamed cylc-flow. * Cylc review has been removed, the Cylc 7 version remains Cylc 8 compatible. ### Citations & Publications [![DOI](https://zenodo.org/badge/1836229.svg)](https://zenodo.org/badge/latestdoi/1836229) [![JOSS](http://joss.theoj.org/papers/10.21105/joss.00737/status.svg)](https://doi.org/10.21105/joss.00737) [![CISE](https://img.shields.io/website/https/ieeexplore.ieee.org/document/8675433.svg?color=orange&label=CISE&up_message=10.1109%2FMCSE.2019.2906593)](https://ieeexplore.ieee.org/document/8675433) ### 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 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 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. If not, see [GNU licenses](http://www.gnu.org/licenses/). ### Contributing [![Contributors](https://img.shields.io/github/contributors/cylc/cylc-flow.svg?color=9cf)](https://github.com/cylc/cylc-flow/graphs/contributors) [![Commit activity](https://img.shields.io/github/commit-activity/m/cylc/cylc-flow.svg?color=yellowgreen)](https://github.com/cylc/cylc-flow/commits/master) [![Last commit](https://img.shields.io/github/last-commit/cylc/cylc-flow.svg?color=ff69b4)](https://github.com/cylc/cylc-flow/commits/master) Contributions welcome: * 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).


نیازمندی

مقدار نام
==0.7.* aiofiles
>=1.0.0 ansimarkup
>=3.0.0 async-timeout
<=1,>=0.4 colorama
<3,>=2.1 graphene
==3.0.* jinja2
==1!3.0.* metomi-isodatetime
<4.22.0,>=4.21.2 protobuf
>=5.6.0 psutil
==22.* pyzmq
<67,>=49 setuptools
==2.* urwid
- rx
- promise
>=2 tomli
- importlib-metadata
==3.3.* EmPy
- pillow
- pympler
- matplotlib
- sqlparse
==1.* pandas
- async-generator
>=1.7.0 bandit
>=5.0.0 coverage
>=0.3.0 flake8-broken-line
>=21.0.0 flake8-bugbear
>=1.5.0 flake8-builtins
>=3.5.0 flake8-comprehensions
>=4.0.0 flake8-debugger
>=1.2.0 flake8-mutable
>=0.14.0 flake8-simplify
>=3.0.0 flake8
>=0.910 mypy
>=0.17 pytest-asyncio
>=2.8.0 pytest-cov
>=2 pytest-xdist
>=0.6.2 pytest-env
>=3.6.1 pytest-mock
>=6 pytest
>=6.11.0 testfixtures
>=0.7.0 types-aiofiles
>=0.1.3 types-Jinja2
>=0.1.3 types-aiofiles
>=0.1.2 types-pkg-resources
>=0.1.10 types-protobuf
>=0.1.6 types-six
>=4 typing-extensions
- requests
==3.3.* EmPy
- pillow
- pympler
- matplotlib
- sqlparse
- matplotlib
- pympler
- matplotlib
==1.* pandas
- matplotlib
- async-generator
>=1.7.0 bandit
>=5.0.0 coverage
>=0.3.0 flake8-broken-line
>=21.0.0 flake8-bugbear
>=1.5.0 flake8-builtins
>=3.5.0 flake8-comprehensions
>=4.0.0 flake8-debugger
>=1.2.0 flake8-mutable
>=0.14.0 flake8-simplify
>=3.0.0 flake8
>=0.910 mypy
>=0.17 pytest-asyncio
>=2.8.0 pytest-cov
>=2 pytest-xdist
>=0.6.2 pytest-env
>=3.6.1 pytest-mock
>=6 pytest
>=6.11.0 testfixtures
>=0.7.0 types-aiofiles
>=0.1.3 types-Jinja2
>=0.1.3 types-aiofiles
>=0.1.2 types-pkg-resources
>=0.1.10 types-protobuf
>=0.1.6 types-six
>=4 typing-extensions
- pillow
- requests


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl cylc-flow-8.1.4:

    pip install cylc-flow-8.1.4.whl


نصب پکیج tar.gz cylc-flow-8.1.4:

    pip install cylc-flow-8.1.4.tar.gz