summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-03-12 10:08:18 +0100
committerIlya Etingof <etingof@gmail.com>2016-03-12 10:08:18 +0100
commit98b42276e09cd4027e63c79f3ff73fd7f9f126a2 (patch)
tree896112d06cd3e25d559b436784b92e6d930c19b6 /README.md
parentfc9925bc33ae2df02d045488d057f57b8788ca52 (diff)
downloadpysnmp-git-98b42276e09cd4027e63c79f3ff73fd7f9f126a2.tar.gz
travis added
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6186deec..74f31064 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
SNMP library for Python
-----------------------
+[![Downloads](https://img.shields.io/pypi/dm/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp)
+[![Build status](https://travis-ci.org/etingof/pysnmp.svg?branch=master)](https://secure.travis-ci.org/etingof/pysnmp)
+[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysnmp/master/LICENSE.txt)
This is a pure-Python, open source and free implementation of v1/v2c/v3
SNMP engine distributed under 2-clause [BSD license](http://pysnmp.sourceforge.net/license.html).