django-webhook-subscriber 0.4.0__tar.gz → 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/PKG-INFO +1 -1
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber.egg-info/PKG-INFO +1 -1
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/pyproject.toml +1 -1
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/LICENSE +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/README.md +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/__init__.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/admin.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/apps.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/conf.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/delivery.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/management/__init__.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/management/commands/__init__.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/management/commands/check_webhook_tasks.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/management/commands/clean_webhook_logs.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/management/commands/test_webhook.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/managers.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/migrations/0001_initial.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/migrations/__init__.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/models.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/serializers.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/signals.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tasks.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/testing.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tests/__init__.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tests/settings.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tests/test_delivery.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tests/test_managers.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tests/test_models.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tests/test_serializers.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tests/test_signals.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tests/test_tasks.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/tests/test_utils.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber/utils.py +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber.egg-info/SOURCES.txt +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber.egg-info/dependency_links.txt +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber.egg-info/requires.txt +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/django_webhook_subscriber.egg-info/top_level.txt +0 -0
- {django_webhook_subscriber-0.4.0 → django_webhook_subscriber-1.0.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-webhook-subscriber
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: A Django package designed to handle webhook creation, management, and delivery.
|
|
5
5
|
Author-email: 42 Portugal <root@42porto.com>
|
|
6
6
|
Classifier: Environment :: Web Environment
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-webhook-subscriber
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: A Django package designed to handle webhook creation, management, and delivery.
|
|
5
5
|
Author-email: 42 Portugal <root@42porto.com>
|
|
6
6
|
Classifier: Environment :: Web Environment
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|