We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09b1e2 commit b4a40c0Copy full SHA for b4a40c0
1 file changed
README.md
@@ -1,5 +1,7 @@
1
# GitHub Webhook (micro) Framework
2
3
+[][2]
4
+
5
`python-github-webhook` is a very simple, but powerful, microframework for writing [Github
6
webhooks][1] in Python. It can be used to write webhooks for individual repositories or whole
7
organisations, and can be used for Github.com or Github Enterprise installations; in fact, it was
@@ -34,4 +36,5 @@ if __name__ == "__main__":
34
36
The `python-github-webhook` repository is distributed under the Apache License (version 2.0);
35
37
see the LICENSE file at the top of the source tree for more information.
38
-[1]: https://developer.github.com/webhooks/
39
+[1]: https://developer.github.com/webhooks/
40
+[2]: https://pypi.python.org/pypi/github-webhook
0 commit comments