freebsd-ports/net-mgmt/py-ncclient/pkg-descr
Yuri Victorovich 353ae8d0b2 New port: net-mgmt/py-ncclient: Python library for NETCONF clients
PR:		224342
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
2018-04-05 03:44:55 +00:00

13 lines
544 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.
WWW: https://github.com/ncclient/ncclient