Python API

 

The Python API of D+ allows using the D+ backend from Python, instead of the ordinary D+ application.

The Python API works on both Windows and Linux.

Installing the Python API is done using PIP:  

pip install --extra-index-url https://pypi.fury.io/theresearchsoftwarecompany/ dplus-api

The API was tested with Python 3.5 and newer. It may work with older versions of Python, although Python 2 
is probably not supported.

 

To learn how to use it, please read the README file below and follow the the API sphinx documentation.