summaryrefslogtreecommitdiff
path: root/net-mgmt/py-ncclient/pkg-descr
blob: cbe515c8e43f72480c9f07e9da39cc103f945e7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.