Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 556 Bytes

python_api.md

File metadata and controls

7 lines (5 loc) · 556 Bytes

Nexus Python API Manual

Python is a powerful language and is widely used. So we provide a python interface using ctypes library to communication with a C-style wrapper library.
Since the python version is implemented by ctypes, most of the functions resemble the C++ version. For conceptions and more detailed manual, please refer to the C++ version of manual for now. And we will soon add more content in this manual.
The interface is designed for Python 2.7, and we will try to make it compatible with Python 3.x.
Happy coding!