javaclass

PKG-INFO

187:6f971ce41019
2011-03-24 Paul Boddie Added tag rel-0-2 for changeset 5403f0ecc06a
     1 Metadata-Version: 1.1     2 Name: javaclass     3 Version: 0.2     4 Author: Paul Boddie     5 Author-email: paul at boddie org uk     6 Maintainer: Paul Boddie     7 Maintainer-email: paul at boddie org uk     8 Home-page: http://www.boddie.org.uk/python/javaclass.html     9 Download-url: http://www.boddie.org.uk/python/downloads/javaclass-0.2.tar.gz    10 Summary: Import Java classes and packages into Python    11 License: LGPL (version 3 or later)    12 Description: The javaclass collection of packages and utilities provides a means of importing    13         Java classes and packages directly into Python, without the need for a Java    14         virtual machine, so that the classes may be instantiated, accessed, run and    15         manipulated just like Python classes, and that the resulting objects and methods    16         can be accessed and manipulated just like Python objects and methods.    17 Keywords: Java    18 Platform: Any    19 Classifier: Development Status :: 3 - Alpha