A collection of utility classes and helper functions to make it easier to build Swing user interfaces with Jython. The helpers provide "pythonic" alternatives to often clumsy Java APIs.
Included in this package:
Requires Jython 2.7 or later.
Documentation can be found at the Python Packaging documentation repository.
The source code and the issue tracker can be found at GitHub.
To build a jar file, you need to tell ant where to find jython.jar, by defining the jythonjarpath
property, either as a command line option to ant, or in the build.properties
file.
To build a jar file containing the Python source files:
ant srcjar
To build a jar containing compiled bytecode files:
ant binjarBuilding signed jar files
Signing the jar files requires three additional properties to be defined: signer
, storepass
and keypass
. It also requires that you have a matching code signing key in your keystore (~/.keystore
).
To build a signed source jar:
ant signsrcjar
To build a signed, compiled jar (suitable for Java Web Start):
ant signbinjar
The generated jar file will be timestamped using Safe Creative's free timestamping service. If you want to use a different timestamping authority, you can override the tsaurl
property in your own build.properties
file.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4