summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-01-13 00:17:46 +0100
committerIlya Etingof <etingof@gmail.com>2019-01-13 00:17:46 +0100
commit1808602bee91f127babd2e792eb3958152a6d103 (patch)
treeb7c1423029b02123e855a94ef41fb11b72fc988e /README.md
parent039b4e5204431b2b1eee3c2241278516404fc2ef (diff)
downloadpysnmp-git-1808602bee91f127babd2e792eb3958152a6d103.tar.gz
Add more badges to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0165306f..b3b1ee25 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ SNMP library for Python
[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.org/project/pysnmp/)
[![Build status](https://travis-ci.org/etingof/pysnmp.svg?branch=master)](https://travis-ci.org/etingof/pysnmp)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysnmp/master/LICENSE.rst)
+[![Downloads](https://img.shields.io/pypi/dm/pysnmp.svg)](https://pypi.org/project/pysnmp/)
+[![Commits](https://img.shields.io/github/commit-activity/y/etingof/pysnmp.svg)](https://github.com/etingof/pysnmp/)
This is a pure-Python, open source and free implementation of v1/v2c/v3
SNMP engine distributed under 2-clause [BSD license](http://snmplabs.com/pysnmp/license.html).