Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This is work in progress. DO NOT USE for now.

Requirements
------------

 Python 3

Building
--------

$ python3 setup.py build
# python3 setup.py install

Usage
-----

>>> import netconf
>>> session = netconf.Session('localhost', 830)
>>> del(session)