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
Release files for drf-gitlab-webhook 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| drf-gitlab-webhook-0.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| drf_gitlab_webhook-0.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 6.1 kB
Release files / drf-gitlab-webhook-0.1.tar.gz
| Download URL | drf-gitlab-webhook-0.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bd60c1201204d64cab2f3801ed9375c99ecb3a0da9add3fb27225fc7dc6f4576
|
|
BLAKE2b-256 checksum How to use checksums |
5fa028f76b1f0984309ef83f21e1d82c135f0e83e80668004f7dba54dd6557b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / drf_gitlab_webhook-0.1-py2-none-any.whl
| Download URL | drf_gitlab_webhook-0.1-py2-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
cc6bc05459d6b90e26dc6f578fa9eaa14016398312710a0d15262bceec1a5a33
|
|
BLAKE2b-256 checksum How to use checksums |
ae7188d8a1bc8d70308489bf4c5e1e62daa306b37d25314cfddefbebc3f5f118
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|