ANN: Jump 0.9.0 released!

Olli Wang olliwang at ollix.com
Sat Oct 24 13:59:17 EDT 2009


I am proud to announce that Jump 0.9.0 is released!
You can find the Jump project at http://gitorious.org/jump,
and its documentation at http://gitorious.org/jump/pages/Home.

This version is the Jump's first release. The goal of Jump is to make
a  distribution for Jython application in a really simple step.

Features:
 * Distributing Jython applications into a single, independent JAR
   file.
 * Supporting Java source code and third-party JAR files.
 * Starting the distribution from either Jython or Java code.
 * Packaging `only required` Python modules into the final
   distribution `automatically`, which means you don't have to worry
   about using Python third-party libraries as long as they can be
   found in your `sys.path`.
 * All Python modules packaged into the final distribution are
   compiled to $py.class files, which means your source code is not
   public.

The Future:
 * Creating native applications for Mac, Windows and Linux.
 * Creating web application archive (WAR) files for Python WSGI
   applications.

If you have any question or bug report, please post it to our mailing
list at http://groups.google.com/group/ollix-jump, contributions are
welcome as well.



More information about the Python-list mailing list