# HG changeset patch # User Paul Boddie # Date 1155683153 -7200 # Node ID 08f709115552ecb16da198400e4b227dbaae5a99 # Parent 1cb51c6d7ff4072072d41bbc0e6c78788105ea61 Added packaging information. diff -r 1cb51c6d7ff4 -r 08f709115552 PKG-INFO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PKG-INFO Wed Aug 16 01:05:53 2006 +0200 @@ -0,0 +1,19 @@ +Metadata-Version: 1.1 +Name: javaclass +Version: 0.1 +Author: Paul Boddie +Author-email: paul at boddie org uk +Maintainer: Paul Boddie +Maintainer-email: paul at boddie org uk +Home-page: http://www.boddie.org.uk/python/javaclass.html +Download-url: http://www.boddie.org.uk/python/downloads/javaclass-0.1.tar.gz +Summary: Import Java classes and packages into Python +License: LGPL +Description: The javaclass collection of packages and utilities provides a means of importing + Java classes and packages directly into Python, without the need for a Java + virtual machine, so that the classes may be instantiated, accessed, run and + manipulated just like Python classes, and that the resulting objects and methods + can be accessed and manipulated just like Python objects and methods. +Keywords: Java +Platform: Any +Classifier: Development Status :: 3 - Alpha