Metadata-Version: 2.1
Name: infracheck
Version: 1.6.2.dev48
Summary: KISS healthcheck implemented in Python and Bash
Home-page: https://github.com/riotkit-org/infracheck
Author: RiotKit Collective
Author-email: marek_andrzejczak@riseup.net
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: ovh (==0.5.0)
Requires-Dist: psutil (==5.6.3)
Requires-Dist: python-dateutil (==2.8.0)
Requires-Dist: pytz (==2019.3)
Requires-Dist: six (==1.12.0)
Requires-Dist: tornado (==5.1.1)
Requires-Dist: whois (==0.9.4)

InfraCheck
==========

Health check system designed to be easy to extend by not enforcing the programming language.
A single health check unit (let we call it later just 'check') can be written even in BASH.

Read more in the documentation at: https://readthedocs.org/projects/infracheck/badge/?version=latest



