https://github.com/scijava/scripting-python
JSR-223-compliant CPython scripting plugin
https://github.com/scijava/scripting-python
Last synced: 6 months ago
JSON representation
JSR-223-compliant CPython scripting plugin
- Host: GitHub
- URL: https://github.com/scijava/scripting-python
- Owner: scijava
- License: bsd-2-clause
- Created: 2021-12-18T16:23:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T00:51:27.000Z (8 months ago)
- Last Synced: 2025-05-28T01:36:55.032Z (8 months ago)
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/scijava/scripting-python/actions/workflows/build.yml)
# Python Scripting
This library provides a
[JSR-223-compliant](https://en.wikipedia.org/wiki/Scripting_for_the_Java_Platform)
scripting plugin for the [Python](https://python.org/) language, built on
the [scyjava](https://github.com/scijava/scyjava) Python package.
It is implemented as a `ScriptLanguage` plugin for the [SciJava
Common](https://github.com/scijava/scijava-common) platform, which means that
in addition to being usable directly as a `javax.script.ScriptEngineFactory`,
it also provides some functionality on top, such as the ability to generate
lines of script code based on SciJava events.
For a complete list of scripting languages available as part of the SciJava
platform, see the
[Scripting](https://github.com/scijava/scijava-common/wiki/Scripting) page on
the SciJava Common wiki.
See also:
* [Python Scripting](https://imagej.net/scripting/python) on the ImageJ wiki.