Metadata-Version: 2.1
Name: reana-commons
Version: 0.5.0.dev20181128
Summary: REANA-Commons.
Home-page: https://github.com/reanahub/reana-commons
Author: REANA
Author-email: info@reana.io
License: UNKNOWN
Description: ==============
         REANA-Commons
        ==============
        
        .. image:: https://img.shields.io/pypi/pyversions/reana-commons.svg
              :target: https://pypi.org/pypi/reana-commons
        
        .. image:: https://img.shields.io/travis/reanahub/reana-commons.svg
              :target: https://travis-ci.org/reanahub/reana-commons
        
        .. image:: https://readthedocs.org/projects/docs/badge/?version=latest
              :target: https://reana-commons.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://img.shields.io/coveralls/reanahub/reana-commons.svg
              :target: https://coveralls.io/r/reanahub/reana-commons
        
        .. 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-commons.svg
              :target: https://github.com/reanahub/reana-commons/blob/master/LICENSE
        
        About
        -----
        
        REANA-Commons is a component of the `REANA <http://www.reana.io/>`_ reusable and
        reproducible research data analysis platform. It provides common utilities and
        schemas shared by the REANA cluster components.
        
        Features
        --------
        
        - utility functions for cluster components
        - database models and schemas
        
        Useful links
        ------------
        
        - `documentation <https://reana-commons.readthedocs.io/>`_
        - `releases <https://github.com/reanahub/reana-commons/releases>`_
        - `known issues <https://github.com/reanahub/reana-commons/issues>`_
        - `source code <https://github.com/reanahub/reana-commons>`_
        
        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-06)
        --------------------------
        
        - Aggregates OpenAPI specifications of REANA components.
        - Improves AMQP re-connection handling. Switches from ``pika`` to ``kombu``.
        - Enhances test suite and increases code coverage.
        - Changes license to MIT.
        
        Version 0.3.1 (2018-09-04)
        --------------------------
        
        - Adds parameter expansion and validation utilities for parametrised Serial
          workflows.
        
        Version 0.3.0 (2018-08-10)
        --------------------------
        
        - Initial public release.
        - Provides basic AMQP pub/sub methods for REANA components.
        - Utilities for caching used in different REANA components.
        - Click formatting helpers.
        
        .. 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 :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: all
Provides-Extra: tests
