Metadata-Version: 2.1
Name: django-gumby
Version: 0.1.1
Summary: Django health checks
Home-page: https://github.com/Kyperion/django-gumby
Author: Luis Morales
Author-email: luis.morales@kyperion.com
License: BSD
Keywords: django-gumby
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
License-File: LICENSE
License-File: AUTHORS.rst

=============================
django-gumby
=============================

.. image:: https://badge.fury.io/py/django-gumby.png
    :target: https://badge.fury.io/py/django-gumby

.. image:: https://travis-ci.org/Kyperion/django-gumby.png?branch=develop
    :target: https://travis-ci.org/Kyperion/django-gumby

.. image:: https://coveralls.io/repos/Kyperion/django-gumby/badge.png?branch=master
    :target: https://coveralls.io/r/Kyperion/django-gumby?branch=master

Gumby Brain Specialist!, Django health checks


**This project is heavily inspired by djangp-health-checks and the django
contrib admin**

Documentation
-------------

The full documentation is at https://django-gumby.readthedocs.org.

Quickstart
----------

Install django-gumby::

    pip install django-gumby

Then use it in a project::

    TODO

Features
--------

* TODO




History
-------

0.1.0 (2015-05-31)
++++++++++++++++++

* First release on PyPI.
