close
Skip to content

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)