Metadata-Version: 2.1
Name: reana-client
Version: 0.5.0.dev20190220
Summary: REANA client
Home-page: https://github.com/reanahub/reana-client
Author: REANA
Author-email: info@reana.io
License: UNKNOWN
Description: ==============
         REANA-Client
        ==============
        
        .. image:: https://img.shields.io/pypi/pyversions/reana-client.svg
           :target: https://pypi.org/pypi/reana-client
        
        .. image:: https://img.shields.io/travis/reanahub/reana-client.svg
           :target: https://travis-ci.org/reanahub/reana-client
        
        .. image:: https://readthedocs.org/projects/docs/badge/?version=latest
           :target: https://reana-client.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://img.shields.io/coveralls/reanahub/reana-client.svg
           :target: https://coveralls.io/r/reanahub/reana-client
        
        .. image:: https://badges.gitter.im/Join%20Chat.svg
           :target: https://gitter.im/reanahub/reana?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
        
        .. image:: https://img.shields.io/github/license/reanahub/reana.svg
           :target: https://github.com/reanahub/reana-client/blob/master/LICENSE
        
        About
        -----
        
        REANA-Client is a component of the `REANA <http://www.reana.io/>`_ reusable and
        reproducible research data analysis platform. It provides a command-line tool
        that allows researchers to submit, run, and manage their computational
        workflows.
        
        Features
        --------
        
        - seed workspace with input code and data
        - run computational workflows on remote compute clouds
        - list submitted workflows and enquire about their statuses
        - download results of finished workflows
        
        Useful links
        ------------
        
        - `documentation <https://reana-client.readthedocs.io/>`_
        - `releases <https://github.com/reanahub/reana-client/releases>`_
        - `known issues <https://github.com/reanahub/reana-client/issues>`_
        - `source code <https://github.com/reanahub/reana-client>`_
        
        For more information about the REANA reusable analysis platform, please see the
        `REANA project <http://www.reana.io>`_ home page and the general `REANA
        documentation <http://reana.readthedocs.io/>`_ pages.
        
        
        Changes
        =======
        
        Version 0.4.0 (2018-11-07)
        --------------------------
        
        - Enhances test suite and increases code coverage.
        - Changes license to MIT.
        
        Version 0.3.1 (2018-09-25)
        --------------------------
        
        - Amends upload and download commands that will now upload/download all the
          files specified in ``reana.yaml`` in case no arguments are provided.
        - Fixes ``status`` command's JSON output mode.
        - Upgrades CWL reference implementation to version ``1.0.20180912090223``.
        - Renames Serial workflow operational parameter from ``CACHING``to ``CACHE``.
        - Adds support for Python 3.7.
        
        Version 0.3.0 (2018-08-10)
        --------------------------
        
        - Adds support for
          `Serial workflows <http://reana-workflow-engine-serial.readthedocs.io/en/latest/>`_.
        - CLI refactored to a flat design:
            - ``inputs``/``outputs``/``code`` removed, everything is a file managed
              with upload/download/list commands.
            - Removes ``workflow`` command, workflows are managed with
              ``create``/``start``/``status``.
        - Removes ``analyes`` command, now ``validate`` is first level command.
        - ``status`` now shows the selected workflow progress and current command on
          verbose mode.
        - Requires the usage of an access token to talk to REANA Server.
        - Fixes bug when uploading binary files.
        - Supports addition of workflow engine parameters when using ``start`` for
          serial workflows.
        - Improves error messages.
        
        Version 0.2.0 (2018-04-20)
        --------------------------
        
        - Adds support for Common Workflow Language workflows.
        - Adds support for persistent user-selected workflow names.
        - Enables file and directory input uploading using absolute paths.
        - Adds new ``status`` command to display the current status of the client.
        - Reduces verbosity level for commands and improves error messages.
        
        Version 0.1.0 (2018-01-30)
        --------------------------
        
        - Initial public release.
        
        .. admonition:: Please beware
        
           Please note that REANA is in an early alpha stage of its development. The
           developer preview releases are meant for early adopters and testers. Please
           don't rely on released versions for any production purposes yet.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
