Metadata-Version: 1.1
Name: django_auto_healthchecks
Version: 0.1.2
Summary: Create application health checks directly from your django urls.py
Home-page: https://github.com/cronitorio/django_auto_healthchecks
Author: Cronitor.io
Author-email: support@cronitor.io
License: MIT license
Description: ===============================
        Django Auto Healthchecks
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/django_auto_healthchecks.svg
                :target: https://pypi.python.org/pypi/django_auto_healthchecks
        
        .. image:: https://img.shields.io/travis/cronitorio/django_auto_healthchecks.svg
                :target: https://travis-ci.org/cronitorio/django_auto_healthchecks
        
        .. image:: https://readthedocs.org/projects/django-auto-healthchecks/badge/?version=latest
                :target: https://django-auto-healthchecks.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/cronitorio/django_auto_healthchecks/shield.svg
             :target: https://pyup.io/repos/github/cronitorio/django_auto_healthchecks/
             :alt: Updates
        
        
        Create powerful healthchecks directly from your django urls.py with Cronitor.io
        * Free software: MIT license
        * Documentation: https://django-auto-healthchecks.readthedocs.io.
        
        
        Credits
        ---------
        
        This package was cut with Cookiecutter: https://github.com/audreyr/cookiecutter
        
        
        
        =======
        History
        =======
        
        0.1.0 (2017-01-29)
        ------------------
        
        * First release of the django-auto-healthchecks client for Cronitor.io
        * Configure powerful healthchecks directly from urls.py
        * Automatic updates if your routes change
        
Keywords: django_auto_healthchecks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
