Difference between revisions of "VPP/Python API"
From fd.io
< VPP
(Created page with " == Python binding for the VPP API == The vpp-papi.py module in vpp-api-test/papi provides a Python 3 binding to the VPP API.") |
|||
Line 3: | Line 3: | ||
The vpp-papi.py module in vpp-api-test/papi provides a Python 3 binding to the VPP API. | The vpp-papi.py module in vpp-api-test/papi provides a Python 3 binding to the VPP API. | ||
+ | |||
+ | The Python binding is automatically generated from the API definition in vpp/api/vpe.api. See figure below. | ||
+ | |||
+ | [[File:papi.png]] |
Revision as of 10:09, 30 March 2016
Python binding for the VPP API
The vpp-papi.py module in vpp-api-test/papi provides a Python 3 binding to the VPP API.
The Python binding is automatically generated from the API definition in vpp/api/vpe.api. See figure below.