javaclass

PKG-INFO

185:407b443fcc73
2011-03-24 Paul Boddie Added Braden Thomas' class file serialisation patches.
     1 Metadata-Version: 1.1     2 Name: javaclass     3 Version: 0.1     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.1.tar.gz    10 Summary: Import Java classes and packages into Python    11 License: LGPL    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