summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-11-27 21:47:40 +0100
committerIlya Etingof <etingof@gmail.com>2016-11-27 21:47:40 +0100
commit9708c372a92395f5e3bb10a0d68421c6164ee601 (patch)
tree0e4d7049f6a0e6171002e5ed32509f3cc7b72b7e
parent4501a2597af29c27c5913c81ceaa813a46b85ee6 (diff)
downloadpysnmp-git-9708c372a92395f5e3bb10a0d68421c6164ee601.tar.gz
ditch pypi downloads label
-rw-r--r--README.md1
-rw-r--r--TODO.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 12ce74a2..0c23bf5c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
SNMP library for Python
-----------------------
-[![Downloads](https://img.shields.io/pypi/dm/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp)
[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg?maxAge=2592000)](https://pypi.python.org/pypi/pysnmp)
[![Python Versions](https://img.shields.io/pypi/pyversions/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)
diff --git a/TODO.txt b/TODO.txt
index c7a4fae3..d8eac4fa 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -58,3 +58,5 @@ Sparse notes on major existing problems/plans
* add RowStatus checks when reading MIB tables (LCD)
* Disallow empty SET value reaching scalar MIB object
+
+* Figure out why .getUnitis() are not propagated from SNMPv2-SMI::ObjectType to response object \ No newline at end of file