Skip to content

Commit d1721f8

Browse files
committed
Update the README to match other scripting plugins
1 parent 4aeeca4 commit d1721f8

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,21 @@
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.

0 commit comments

Comments
 (0)