Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discolabs/django-shopify-webhook
A package for receiving Shopify Webhooks in Django.
https://github.com/discolabs/django-shopify-webhook
Last synced: 15 days ago
JSON representation
A package for receiving Shopify Webhooks in Django.
- Host: GitHub
- URL: https://github.com/discolabs/django-shopify-webhook
- Owner: discolabs
- License: other
- Created: 2016-01-16T13:18:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T08:19:10.000Z (about 1 year ago)
- Last Synced: 2024-11-03T14:35:40.625Z (about 1 month ago)
- Language: Python
- Size: 47.9 KB
- Stars: 48
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- shopify-development-resources - Django Shopify Webhooks
- awesome-shopify - Django Shopify Webhook - A package for receiving Shopify Webhooks in Django. (Libraries / Python)
README
Django Shopify Webhook
======================[![PyPI version](https://badge.fury.io/py/django-shopify-webhook.svg)](http://badge.fury.io/py/django-shopify-webhook)
[![Tests](https://github.com/discolabs/django-shopify-webhook/actions/workflows/ci.yml/badge.svg)](https://github.com/discolabs/django-shopify-webhook/actions/workflows/ci.yml)This Django package aims to make it easy to add webhook-handling behaviour into
your Django app. It provides:- A `WebhookView` for catching and verifying webhooks sent from Shopify, and
triggering the appropriate webhook signal.
- `webhook`, `carrier_request` and `app_proxy` view decorators that validate
these various types of request.
- A number of `WebhookSignal`s that can be listened to and handled by your
application.This packaged is maintained by [Josef Rousek](https://rousek.name/).