Last updated:
0 purchases
podiantwebhooks 0.1.0
Podiant webhooks
A super-simple, arbitrary webhook client
Quickstart
Install Webhooks:
pip install podiant-webhooks
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'webhooks',
...
)
Running tests
Does the code actually work?
coverage run --source webhooks runtests.py
Credits
Tools used in rendering this package:
Cookiecutter
cookiecutter-djangopackage
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.