javaclass

Changeset

180:08f709115552
2006-08-16 Paul Boddie raw files shortlog changelog graph Added packaging information.
PKG-INFO (file)
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/PKG-INFO	Wed Aug 16 01:05:53 2006 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +Metadata-Version: 1.1
     1.5 +Name: javaclass
     1.6 +Version: 0.1
     1.7 +Author: Paul Boddie
     1.8 +Author-email: paul at boddie org uk
     1.9 +Maintainer: Paul Boddie
    1.10 +Maintainer-email: paul at boddie org uk
    1.11 +Home-page: http://www.boddie.org.uk/python/javaclass.html
    1.12 +Download-url: http://www.boddie.org.uk/python/downloads/javaclass-0.1.tar.gz
    1.13 +Summary: Import Java classes and packages into Python
    1.14 +License: LGPL
    1.15 +Description: The javaclass collection of packages and utilities provides a means of importing
    1.16 +        Java classes and packages directly into Python, without the need for a Java
    1.17 +        virtual machine, so that the classes may be instantiated, accessed, run and
    1.18 +        manipulated just like Python classes, and that the resulting objects and methods
    1.19 +        can be accessed and manipulated just like Python objects and methods.
    1.20 +Keywords: Java
    1.21 +Platform: Any
    1.22 +Classifier: Development Status :: 3 - Alpha