-
Notifications
You must be signed in to change notification settings - Fork 2
/
PKG-INFO.in
24 lines (24 loc) · 1.19 KB
/
PKG-INFO.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Metadata-Version: 1.0
Name: PyMateCORBA
Version: @VERSION@
Summary: Python bindings for the MateCORBA2 CORBA ORB
Home-page: http://www.daa.com.au/~james/software/pygtk/
Author: James Henstridge
Author-email: [email protected]
License: GNU LGPL
Download-url: http://ftp.mate.org/pub/MATE/sources/pymatecorba/2.0/pymatecorba-@[email protected]
Description: PyMateCORBA is a binding for the MateCORBA2 CORBA ORB. It aims
to be compatible with the Python language mapping standard
(http://www.omg.org/cgi-bin/doc?formal/02-09-07), implementing
both the client side and server side bindings.
PyMateCORBA is capable of calling methods of in-process MateCORBA
servers implemented in C, and being called by C code.
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Object Brokering :: CORBA