File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 22
33# Python Scripting
44
5- Test repository for a [ PyImageJ] ( https://github.com/imagej/pyimagej ) based SciJava scripting language engine.
5+ This library provides a
6+ [ JSR-223-compliant] ( https://en.wikipedia.org/wiki/Scripting_for_the_Java_Platform )
7+ scripting plugin for the [ Python] ( https://python.org/ ) language, built on
8+ the [ scyjava] ( https://github.com/scijava/scyjava ) Python package.
9+
10+ It is implemented as a ` ScriptLanguage ` plugin for the [ SciJava
11+ Common] ( https://github.com/scijava/scijava-common ) platform, which means that
12+ in addition to being usable directly as a ` javax.script.ScriptEngineFactory ` ,
13+ it also provides some functionality on top, such as the ability to generate
14+ lines of script code based on SciJava events.
15+
16+ For a complete list of scripting languages available as part of the SciJava
17+ platform, see the
18+ [ Scripting] ( https://github.com/scijava/scijava-common/wiki/Scripting ) page on
19+ the SciJava Common wiki.
20+
21+ See also:
22+ * [ Python Scripting] ( https://imagej.net/scripting/python ) on the ImageJ wiki.
You can’t perform that action at this time.
0 commit comments