summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-02-16 13:40:46 +0100
committerIlya Etingof <etingof@gmail.com>2018-04-09 11:52:11 +0200
commit194d2ec8202cb148bf8856e06c9248418d7debbe (patch)
tree7f5b7ab1f50dd92b9861a1bd2a12bbc8c0da347b
parentb42880e3ead36d586638b4aeb0d8725a30dc865b (diff)
downloadpysnmp-git-194d2ec8202cb148bf8856e06c9248418d7debbe.tar.gz
pysnmp-apps renamed into snmpclitools
-rw-r--r--README.md4
-rw-r--r--docs/source/contents.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9489ed1f..da4afaf4 100644
--- a/README.md
+++ b/README.md
@@ -59,11 +59,11 @@ to download and install PySNMP along with its dependencies:
* [PyCryptodomex](https://pycryptodome.readthedocs.io) (required only if SNMPv3 encryption is in use)
* [PySMI](http://snmplabs.com/pysmi/) (required for MIB services only)
-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 <https://pypi.python.org/pypi/pysnmp-apps/>`_
+`command-line tools <https://pypi.python.org/pypi/snmpclitools/>`_
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