THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
ligang
/
vpp
Watch
1
Star
0
Fork
0
You've already forked vpp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
vpp
/
vpp-api
/
python
/
vpp_papi
/
__init__.py
4 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
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>
2016-04-09 03:16:30 +02:00
__import__
(
'
pkg_resources
'
)
.
declare_namespace
(
__name__
)
VPP Python language binding - plugin support - Moved Python generator tool to tools directory - Added build-vpp-api Makefile target - Generator now only creates a Python representation of the .api the rest of the framework is in the vpp_papi script - Each plugin has its own namespace. - Plugin Python files are installed in vpp_papi_plugins for easy use inside the build tree. Change-Id: I272c83bb7e5d5e416bdbd8a790a3cc35c5a04e38 Signed-off-by: Ole Troan <ot@cisco.com>
2016-08-01 04:59:13 +02:00
from
.
vpp_papi
import
*
Reference in New Issue
Copy Permalink