aboutsummaryrefslogtreecommitdiff
path: root/python/pysnmp/README
diff options
context:
space:
mode:
authorIlya Etingof <ilya@glas.net>2011-12-14 16:26:35 -0600
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:50 -0200
commit3f6625a5c8b750a067f79ccc41518f4a55960b7f (patch)
tree13a4a8013c952353cb1e6492ec81d1f54348ff2e /python/pysnmp/README
parentf66e0fca51d811528bfd49e6595b7de0454afb07 (diff)
python/pysnmp: Added (snmp engine written in python)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pysnmp/README')
-rw-r--r--python/pysnmp/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pysnmp/README b/python/pysnmp/README
new file mode 100644
index 000000000000..ed6b2c14724d
--- /dev/null
+++ b/python/pysnmp/README
@@ -0,0 +1,3 @@
+PySNMP is an SNMP engine written in pure Python.
+
+This requires pyasn1 and pycrypto.