Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 293 Bytes

python-api.rst

File metadata and controls

12 lines (8 loc) · 293 Bytes

The Python API

The nsi.py file provides a python wrapper to the C interface. It is compatible with both Python 2.7 and Python 3.

An example of how to us it is provided in python/examples/live_edit/live_edit.py.