diff options
author | Christian Heimes <christian@python.org> | 2019-04-15 08:26:36 +0200 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2019-04-15 08:57:31 +0200 |
commit | efb01586d912f3fd7e16098c8768a147ce21bb96 (patch) | |
tree | dd1943b0bfcb1e0fd21ab3e9366d3a07b8b718c5 /README.md | |
parent | 49fe241089cac233ea59dd3c2a056a4de7f51257 (diff) | |
download | defusedxml-git-efb01586d912f3fd7e16098c8768a147ce21bb96.tar.gz |
Add codecov and badges
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,6 +1,15 @@ # defusedxml -- defusing XML bombs and other exploits - -> "It's just XML, what could probably go wrong?" +[](https://pypi.org/project/defusedxml/) +[](https://pypi.org/project/defusedxml/) +[](https://travis-ci.org/tiran/defusedxml) +[](https://codecov.io/github/tiran/defusedxml?branch=master) +[](https://pypistats.org/packages/defusedxml) +[](https://github.com/ambv/black) Christian Heimes \<<christian@python.org>\> |