This repository was archived by the owner on Jul 16, 2025. It is now read-only.
python
Folders and files
| Name | Name | 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)