summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-04-15 08:26:36 +0200
committerChristian Heimes <christian@python.org>2019-04-15 08:57:31 +0200
commitefb01586d912f3fd7e16098c8768a147ce21bb96 (patch)
treedd1943b0bfcb1e0fd21ab3e9366d3a07b8b718c5 /README.md
parent49fe241089cac233ea59dd3c2a056a4de7f51257 (diff)
downloaddefusedxml-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.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index db784b7..5e9d0c3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,15 @@
# defusedxml -- defusing XML bombs and other exploits
-
-> "It's just XML, what could probably go wrong?"
+[![Latest
+Version](https://img.shields.io/pypi/v/defusedxml.svg)](https://pypi.org/project/defusedxml/)
+[![Supported Python
+versions](https://img.shields.io/pypi/pyversions/defusedxml.svg)](https://pypi.org/project/defusedxml/)
+[![Travis
+CI](https://travis-ci.org/tiran/defusedxml.svg?branch=master)](https://travis-ci.org/tiran/defusedxml)
+[![codecov](https://codecov.io/github/tiran/defusedxml/coverage.svg?branch=master)](https://codecov.io/github/tiran/defusedxml?branch=master)
+[![PyPI
+downloads](https://img.shields.io/pypi/dm/defusedxml.svg)](https://pypistats.org/packages/defusedxml)
+[![Code style:
+black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
Christian Heimes \<<christian@python.org>\>