Metadata-Version: 1.1
Name: hospital
Version: 0.3
Summary: Framework around health checks, smoke tests and diagnoses: monitor your applications and services at runtime.
Home-page: https://hospital.readthedocs.org/
Author: Benoît Bryon
Author-email: benoit@marmelune.net
License: BSD
Description: #################################
        hospital: healthchecks for Python
        #################################
        
        `hospital` is a Python framework to write health checks, smoke tests or
        diagnoses around applications or services.
        
        
        ********
        Abstract
        ********
        
        Health checks are kind of tests, applied to running applications and services:
        
        * write healtchecks just as you would write tests, using assertions;
        * collect and run healthchecks with test runners;
        * use healthchecks to validate deployments;
        * plug healthchecks in supervision and monitoring tools;
        * in case of incidents, use healthchecks to diagnose problems.
        
        
        **************
        Project status
        **************
        
        `hospital` is not full-featured yet. Some important features are in the
        `roadmap <https://github.com/python-hospital/hospital/issues/milestones>`_.
        See also `vision
        <http://hospital.readthedocs.org/en/latest/about/vision.html>`_.
        
        Of course, any ideas, feedback and help are welcome :)
        
        
        *********
        Resources
        *********
        
        * Documentation: https://hospital.readthedocs.org
        * IRC: ``#python-hospital`` on freenode
        * Mailing-list: ``pythonhospital@librelist.com``,
          see archives at http://librelist.com/browser/pythonhospital/
        * PyPI page: https://pypi.python.org/pypi/hospital
        * Code repository: https://github.com/python-hospital/hospital
        * Continuous integration: https://travis-ci.org/python-hospital/hospital
        * Bugs & feature requests: https://github.com/python-hospital/hospital/issues
        * Roadmap: https://github.com/python-hospital/hospital/issues/milestones
        
Keywords: diagnosis healthcheck monitoring probe smoketest supervision testing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
