Python-API: Inital commit of Python bindings for the VPP API.

See: https://wiki.fd.io/view/VPP/Python_API

Change-Id: If135fc32208c7031787e1935b399d930e0e1ea1f
Signed-off-by: Ole Troan <ot@cisco.com>
This commit is contained in:
Ole Troan
2016-04-09 03:16:30 +02:00
committed by Dave Wallace
parent 633951c3d8
commit 6855f6cdfe
60 changed files with 1333 additions and 10115 deletions

View File

@ -0,0 +1,2 @@
__import__('pkg_resources').declare_namespace(__name__)
from .vpp_papi import *