Skip to main content

Django app to observe almost everything you want and pushes notifications to signals.

Project description

django-howl

https://badge.fury.io/py/django-howl.svg https://github.com/deluge/django-howl/workflows/Testing/badge.svg?branch=master https://codecov.io/gh/deluge/django-howl/branch/master/graph/badge.svg Documentation Status

What is django-howl

django-howl is a Django app where you can add custom observers and use them to check almost everything you want and pushes alerts to signals. You can connect to the signals and handle it in your way like sending notifications over different APIs.

Requirements

django-howl supports Python 3 only and requires at least Django 1.11. If you need support for Django 1.8.x or 1.9.x have a look at django-howl < 1.0.0

Installation

pip install django-howl
  • After Installation add it to INSTALLED_APPS in settings.py:

INSTALLED_APPS = [
    # other apps
    'howl',
]

Usage

Now you can login to the admin and configure some observers and build some nice apps with it.

Prepare for development

A Python 3.6 interpreter is required in addition to pipenv.

$ pipenv install --python 3.6 --dev

Now you’re ready to run the tests:

$ pipenv run py.test

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-howl-1.0.5.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

django_howl-1.0.5-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file django-howl-1.0.5.tar.gz.

File metadata

  • Download URL: django-howl-1.0.5.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for django-howl-1.0.5.tar.gz
Algorithm Hash digest
SHA256 d33f58744d062a6b61e986f8e4e5f79e9936d222262129df08dd9f3f385fb182
MD5 14c716af757e29d7330c7ad835e8e48a
BLAKE2b-256 f72484be0d978f6a4389db8a2c94730960433b02ecb84e29a9a283631e7224ad

See more details on using hashes here.

File details

Details for the file django_howl-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: django_howl-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for django_howl-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c4703eadd191269d089ee48b590deddf98b6cd03babe665c797737911a81f52c
MD5 e5e8a85eff70589573a5b29c2fab715e
BLAKE2b-256 c71e7e7674dfcd9e6ecf9f4a38088392064931d9820506f92c231099521bdf38

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page