Line 0
Link Here
|
|
|
1 |
ncclient is a Python library for NETCONF clients. It aims to offer |
2 |
an intuitive API that sensibly maps the XML-encoded nature of |
3 |
NETCONF to Python constructs and idioms, and make writing |
4 |
network-management scripts easier. Other key features are: |
5 |
|
6 |
- Supports all operations and capabilities defined in RFC 4741. |
7 |
- Request pipelining. |
8 |
- Asynchronous RPC requests. |
9 |
- Keeping XML out of the way unless really needed. |
10 |
- Extensible. New transport mappings and capabilities/operations |
11 |
can be easily added. |
12 |
|
13 |
WWW: https://github.com/ncclient/ncclient |