Skip to content

Jython is an implementation of the Python language for the Java platform. Jython 2.7 implements the same language as CPython 2.7, and nearly all of the Core Python standard library modules.

softasap/sa-jython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sa-jython

Build Status

optionally installs oracle java 6-7-8 controlled by java_version variable

Usage example:

Simple:

     - {
         role: "sa-jython",
         jython_version: "2.7.0"
       }

Advanced:

     - {
         role: "sa-jython",
         jython_version: "2.7.0",
         option_install_java: true,
         java_version: 7
       }

About

Jython is an implementation of the Python language for the Java platform. Jython 2.7 implements the same language as CPython 2.7, and nearly all of the Core Python standard library modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages