How to Install and Uninstall python3-django-rest-hooks Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-django-rest-hooks" package

Please follow the steps below to install python3-django-rest-hooks on Kali Linux

$ sudo apt update $ sudo apt install python3-django-rest-hooks

2. Uninstall "python3-django-rest-hooks" package

Please follow the guidelines below to uninstall python3-django-rest-hooks on Kali Linux:

$ sudo apt remove python3-django-rest-hooks $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-rest-hooks package on Kali Linux

Package: python3-django-rest-hooks
Source: python-django-rest-hooks
Version: 1.6.0-4
Installed-Size: 68
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-requests, python3:any
Size: 18776
SHA256: 5cb87977e34889258c085fe33e222d4ac8349ba571f26119a37c185036532759
SHA1: 3f27737a7f65a6eaadab3e39b979115725841e27
MD5sum: ae18eb3061184fb77a2ce30cc72e4771
Description: Add webhook subscriptions to Django apps (Python3 version)
REST Hooks are advanced versions of webhooks. Traditional webhooks are usually
managed manually by the user, but REST Hooks are not. They encourage RESTful
access to the hooks (or subscriptions) themselves. Add several hooks for any
combination of event and URLs, then get notificatied in real-time by a bundled
threaded callback mechanism.
.
By reusing Django's signals framework, this library can be integrated into any
existing Django app.
.
Using built-in actions, no work is required to support any basic created,
updated, and deleted actions across any Django model. It also allows for custom
actions (IE: beyond CRUD) to be simply defined and triggered for any model, as
well as truly custom events that let an application send arbitrary payloads.
.
By default, this library will just POST Django's JSON serialization of a model,
but it provides a serialize_hook method to customize payloads.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/zapier/django-rest-hooks/
Section: python
Priority: optional
Filename: pool/main/p/python-django-rest-hooks/python3-django-rest-hooks_1.6.0-4_all.deb