Django app to observe almost everything you want and pushes notifications to signals.
Project description
django-howl
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
Install django-howl (or download from PyPI):
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-howl-1.0.3.tar.gz
.
File metadata
- Download URL: django-howl-1.0.3.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ab4e11d77743969e77cfabe452bb7e544fd07c8f885b3baca016c3e3cae1ef8 |
|
MD5 | 78fe0bc401ee919ccd8961a07c50d8cc |
|
BLAKE2b-256 | dc3fd01f2a9ba20d9730d7d4af26f323eb3a8f084e22da5326ce808390115ff7 |
Provenance
File details
Details for the file django_howl-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: django_howl-1.0.3-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 388a5607b06952455ad4cccf2f78def46bad63d09769671ff74efcd8c73b57e2 |
|
MD5 | 6d6d446233460035ef3ba26f273af915 |
|
BLAKE2b-256 | 8a1ff3b0404d895f17208839feea2eaf5e62574e1c712ba5e3f2f442caa20206 |