freebsd-ports/net-mgmt/py-ncclient/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
501 B
Text

ncclient is a Python library for NETCONF clients. It aims to offer
an intuitive API that sensibly maps the XML-encoded nature of
NETCONF to Python constructs and idioms, and make writing
network-management scripts easier. Other key features are:
- Supports all operations and capabilities defined in RFC 4741.
- Request pipelining.
- Asynchronous RPC requests.
- Keeping XML out of the way unless really needed.
- Extensible. New transport mappings and capabilities/operations
can be easily added.