File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# GitHub Webhook (micro) Framework
22
3+ [ ![ PyPI] ( https://img.shields.io/pypi/v/github-webhook.svg )] [ 2 ]
4+
35` python-github-webhook ` is a very simple, but powerful, microframework for writing [ Github
46webhooks] [ 1 ] in Python. It can be used to write webhooks for individual repositories or whole
57organisations, and can be used for Github.com or Github Enterprise installations; in fact, it was
@@ -34,4 +36,5 @@ if __name__ == "__main__":
3436The ` python-github-webhook ` repository is distributed under the Apache License (version 2.0);
3537see the LICENSE file at the top of the source tree for more information.
3638
37- [ 1 ] : https://developer.github.com/webhooks/
39+ [ 1 ] : https://developer.github.com/webhooks/
40+ [ 2 ] : https://pypi.python.org/pypi/github-webhook
You can’t perform that action at this time.
0 commit comments