summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-02-16 13:40:46 +0100
committerIlya Etingof <etingof@gmail.com>2018-02-16 13:40:46 +0100
commitbc2654205b7b566bd4e2caa8c5c703ec03a140a0 (patch)
tree0c309884cde2ccfd60eb6c8fce2fd99a061cb6eb
parentcd5db32c6c4e33b02b74f650aeadeaba9d31130d (diff)
downloadpysnmp-git-bc2654205b7b566bd4e2caa8c5c703ec03a140a0.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 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 <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