blob: f0b5d4483e4ce49e33bb2e62074815b2e9176400 [file] [log] [blame]
Radek Krejcib03ebe42017-07-04 14:00:33 +02001pynetconf2's documentation
2**************************
3
4pynetconf2 is libnetconf2 wrapper module for Python 3, providing the NETCONF client side functionality
5of the library.
6
7.. note::
8 The module compatibles only with Python 3.4 or newer releases.
9
10Features
11========
12
13* Connect to a NETCONF servers via SSH or TLS
14
15Contents
16========
17
18.. toctree::
19 :maxdepth: 3
20
21 api
22
23Contribution
24============
25
26Any contributions are welcome. If you would like to help in development fork or report issue on the
27project's `GitHub site`_. You can also help in improving the documentation.
28
29.. _github site: https://github.com/CESNET/libnetconf2
30
31
32Indices and tables
33==================
34
35* :ref:`genindex`
36* :ref:`modindex`
37* :ref:`search`
38