Metadata-Version: 2.1
Name: cylc-flow
Version: 8.0b1
Summary: A workflow engine for cycling systems
Home-page: https://cylc.github.io/
Author: Hilary Oliver
License: GPL
Project-URL: Documentation, https://cylc.github.io/documentation.html
Project-URL: Source, https://github.com/cylc/cylc-flow
Project-URL: Tracker, https://github.com/cylc/cylc-flow/issues
Description: <center>
        <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>
        </center>
        
        Cylc (pronounced silk) is a general purpose workflow engine
        that specialises in cycling workflows and has strong scaling characteristics.
        
        Cylc was originally developed to meet the challenges of production weather
        forecasting - which is notorious for the size and complexity of its workflows.
        
        ### 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)
        
        ### Cylc 7 (production)
        
        ![python](https://img.shields.io/badge/python-2.6%20%7C%202.7-orange)
        [![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)
        
        * Production ready.
        * HTTPS network layer.
        * PyGTK GUI.
        * On the `7.8.x` branch in the source code.
        * 7.8 - Python 2.6
        * 7.9 - Python 2.7
        
        [Quick Installation](INSTALL.md) |
        [Website](https://cylc.github.io/) |
        [Documentation](https://cylc.github.io/documentation)
        
        ### Cylc 8 (pre-release)
        
        ![PyPI](https://img.shields.io/pypi/pyversions/cylc-flow.svg?color=green)
        [![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)
        [![Documentation](https://img.shields.io/website?label=documentation&up_message=live&url=https%3A%2F%2Fcylc.github.io%2Fcylc-doc%2Flatest%2Fhtml%2Findex.html)](https://cylc.github.io/cylc-doc/latest/html/index.html)
        
        * Beta pre-release.
        * ZMQ (TCP) network layer.
        * In-browser GUI
        * On the `master` branch in the source code.
        
        Cylc-8.0.0 will be released in 2021. Until then we recommend the latest
        Cylc 7 versions for production use.
        
        [Installation](https://cylc.github.io/cylc-doc/latest/html/installation.html) |
        [Documentation - in development](https://cylc.github.io/cylc-doc/latest/html/index.html)
        
        ### 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'>2021</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).
        
Keywords: cycling-workflows,hpc,job-scheduler,metascheduler,workflow-automation,workflow-engine,workflow-management,scheduling
Platform: any
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Description-Content-Type: text/markdown
Provides-Extra: empy
Provides-Extra: all
Provides-Extra: report-timings
Provides-Extra: main_loop-log_data_store
Provides-Extra: main_loop-log_main_loop
Provides-Extra: main_loop-log_memory
