diff options
author | Ilya Etingof <ilya@glas.net> | 2011-12-14 16:26:35 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:50 -0200 |
commit | 3f6625a5c8b750a067f79ccc41518f4a55960b7f (patch) | |
tree | 13a4a8013c952353cb1e6492ec81d1f54348ff2e /python/pysnmp/README | |
parent | f66e0fca51d811528bfd49e6595b7de0454afb07 (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/README | 3 |
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. |