From bc2654205b7b566bd4e2caa8c5c703ec03a140a0 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Fri, 16 Feb 2018 13:40:46 +0100 Subject: [PATCH] pysnmp-apps renamed into snmpclitools --- README.md | 4 ++-- docs/source/contents.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb941b18..18b6509e 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ to download and install PySNMP along with its dependencies: * [pyca/cryptography](http://cryptography.io/) for Python 2.7 and 3.4+ * [PyCryptodomex](https://pycryptodome.readthedocs.io) for Python 2.4-2.6 and 3.2-3.3 -Besides the library, command-line [SNMP utilities](https://github.com/etingof/pysnmp-apps) +Besides the library, command-line [SNMP utilities](https://github.com/etingof/snmpclitools) written in pure-Python could be installed via: ```bash -$ pip install pysnmp-apps +$ pip install snmpclitools ``` and used in the very similar manner as conventional Net-SNMP tools: diff --git a/docs/source/contents.rst b/docs/source/contents.rst index 2319bbfa..2d97af12 100644 --- a/docs/source/contents.rst +++ b/docs/source/contents.rst @@ -24,7 +24,7 @@ examples are written for the 4.4 and later versions in mind. Older materials are still available under the obsolete section. Besides the libraries, a set of pure-Python -`command-line tools `_ +`command-line tools `_ are shipped along with the system. Those tools mimic the interface and behaviour of popular Net-SNMP snmpget/snmpset/snmpwalk utilities. They may be useful in a cross-platform situations as well as a testing