blob: e1f63d2fab3322325832aaed04f03e4702b6b0cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
To paraphase the README:
This is a Python language binding for the ORBit2 CORBA implementation.
It aims to take advantage of new features found in ORBit2 to make
language bindings more efficient. This includes:
- Use of ORBit2 type libraries to generate stubs
- use of the ORBit_small_invoke_stub() call for operation
invocation, which allows for short circuited invocation on local
objects.
WWW: http://orbit-python.sault.org/
|