Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.
/ py4j Public archive
forked from py4j/py4j

Py4J enables Python programs to dynamically access arbitrary Java objects

Notifications You must be signed in to change notification settings

theatlantic/py4j

 
 

Repository files navigation

Py4J

Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as if the Java objects resided in the Python interpreter and Java collections can be accessed through standard Python collection methods. Py4J also enables Java programs to call back Python objects.

This is the source repository of Py4J projects. Please visit the Py4J homepage for more information.

About

Py4J enables Python programs to dynamically access arbitrary Java objects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 81.4%
  • Python 18.2%
  • Shell 0.4%