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