idl2py is an IDL compiler to language Python mapping.
SYNOPSIS
idl2py [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -s -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-J directory
Specify a path for Python package.
-s
Generate a serial uid.
-v
Display version.
-x
Enable export (only for version 3.0).
idl2py parses the given input file (IDL) and generates :
a set of Python file with marshal and demarshal methods
idl2py is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2py needs a cpp executable.
Product's homepage
Requirements:
· Perl