Metadata-Version: 2.1
Name: oarepo-heartbeat-common
Version: 1.0.9
Summary: Common heartbeat checks for OArepo instances
Home-page: https://github.com/oarepo/oarepo-heartbeat-common
Author: Miroslav Bauer
Author-email: bauer@cesnet.cz
License: MIT
Keywords: Invenio oarepo heartbeat checks
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 4 - Beta
Requires-Dist: Flask-BabelEx (>=0.9.3)
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.5.1) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25) ; extra == 'tests'
Requires-Dist: coverage (>=4.0) ; extra == 'tests'
Requires-Dist: isort (>=4.3.3) ; extra == 'tests'
Requires-Dist: pydocstyle (>=2.0.0) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.5.1) ; extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'tests'
Requires-Dist: Sphinx (>=1.5.1) ; extra == 'tests'
Requires-Dist: oarepo-heartbeat (>=1.0.0) ; extra == 'tests'
Requires-Dist: invenio[auth,base,elasticsearch6,metadata,postgresql] (~=3.2.1) ; extra == 'tests'

..
    Copyright (C) 2020 CESNET.

    oarepo-heartbeat-common is free software; you can redistribute it
    and/or modify it under the terms of the MIT License; see LICENSE file for
    more details.

=========================
 oarepo-heartbeat-common
=========================

.. image:: https://img.shields.io/travis/oarepo/oarepo-heartbeat-common.svg
        :target: https://travis-ci.org/oarepo/oarepo-heartbeat-common

.. image:: https://img.shields.io/coveralls/oarepo/oarepo-heartbeat-common.svg
        :target: https://coveralls.io/r/oarepo/oarepo-heartbeat-common

.. image:: https://img.shields.io/github/tag/oarepo/oarepo-heartbeat-common.svg
        :target: https://github.com/oarepo/oarepo-heartbeat-common/releases

.. image:: https://img.shields.io/pypi/dm/oarepo-heartbeat-common.svg
        :target: https://pypi.python.org/pypi/oarepo-heartbeat-common

.. image:: https://img.shields.io/github/license/oarepo/oarepo-heartbeat-common.svg
        :target: https://github.com/oarepo/oarepo-heartbeat-common/blob/master/LICENSE

Common heartbeat checks for OArepo instances based on oarepo-heartbeat library.

Further documentation is available on
https://oarepo-heartbeat-common.readthedocs.io/


..
    Copyright (C) 2020 CESNET.

    oarepo-heartbeat-common is free software; you can redistribute it
    and/or modify it under the terms of the MIT License; see LICENSE file for
    more details.

Changes
=======

Version 0.1.0 (released TBD)

- Initial public release.


