Top Description Packages

Jython 3.0.0-snapshot

Python for the Java platform
Resources
Homepage, Development, Bug Tracker, Mailing Lists, Documentation, Wiki, Developers' Guide, License
Dependencies
java.base
Maven Central
Group ID:org.python
Artifacts:jython, jython-installer, jython-standalone, jython-slim

Project Jython

Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

Release 3.0.0-snapshot

Release Date
2023-12-18
Mailing Lists
jython-bugs :subscribe, archive, search
Private bug notification list. Do not post to this list.
jython-checkins :subscribe, archive, search
For Jython checkin messages
jython-dev :subscribe, archive, search
Discussion of developing and enhancing Jython itself(!) (not how to use Jython)
jython-users :subscribe, archive, search
Discussion of and questions about using Jython
Version Control
Git
https://github.com/jython/jython.git
Git (SSH)
git@github.com:jython/jython.git

Package Summary

Modifier and TypePackage and Description
package
org.python.base

The base package contains classes that support the interpreter without requiring it to be initialised.

package
org.python.core

This package contains the classes that implement the objects of the Python language.

package
package
org.python.modules

The modules package contains built-in modules implemented in Java.