Metadata-Version: 1.0
Name: netconf
Version: 0.1.2
Summary: Netconf Client/Server Library
Home-page: https://github.com/choppsv1/netconf
Author: Christian E. Hopps
Author-email: chopps@gmail.com
License: Apache License, Version 2.0
Description: 
        A Netconf Client/Server Library
        ===============================
        
        This package supports creating both netconf clients and servers.
        The following modules are present:
        
        - ``base`` - Shared netconf support classes.
        - ``error`` - Netconf error classes.
        - ``client`` - Netconf client classes.
        - ``server`` - Netconf server classes.
        - ``util`` - Netconf utility functions.
        
        
        master branch status:
        
        .. image:: https://travis-ci.org/choppsv1/netconf.svg?branch=master
           :target: https://travis-ci.org/choppsv1/netconf?branch=master
        
        .. image:: https://coveralls.io/repos/choppsv1/netconf/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/choppsv1/netconf?branch=master
        
Platform: UNKNOWN
