A drf app to catch gitlab webhooks events
Project description
drf-gitlab-webhook
drf-gitlab-webhook is a django app wich implements a webhook endpoint for gitlab requests and send django signals for every hook event.
Quick start
- Add "drf_gitlab_webhook" to INSTALLED_APPS:
INSTALLED_APPS = {
...
'drf_gitlab_webhook'
}
- Include the drf_gitlab_webhook URLconf in urls.py:
url(r'^webhook/', include('drf_gitlab_webhook.urls'))
- Then you have an endpoint called
webhook/event/
Dev notes: build package: python setup.py sdist install: pip install --user drf-gitlab-webhook/dist/drf-gitlab-webhook-01.tar.gz
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 drf-gitlab-webhook-0.1.tar.gz
.
File metadata
- Download URL: drf-gitlab-webhook-0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd60c1201204d64cab2f3801ed9375c99ecb3a0da9add3fb27225fc7dc6f4576 |
|
MD5 | 7f5725943725d3a6d9f3ad2510b79195 |
|
BLAKE2b-256 | 5fa028f76b1f0984309ef83f21e1d82c135f0e83e80668004f7dba54dd6557b5 |
File details
Details for the file drf_gitlab_webhook-0.1-py2-none-any.whl
.
File metadata
- Download URL: drf_gitlab_webhook-0.1-py2-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc6bc05459d6b90e26dc6f578fa9eaa14016398312710a0d15262bceec1a5a33 |
|
MD5 | a97c45eec12018d3ba9b187de8b248a8 |
|
BLAKE2b-256 | ae7188d8a1bc8d70308489bf4c5e1e62daa306b37d25314cfddefbebc3f5f118 |