Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/py4j/py4j

Py4J enables Python programs to dynamically access arbitrary Java objects
https://github.com/py4j/py4j

distributed-systems java programming-languages python

Last synced: 10 days ago
JSON representation

Py4J enables Python programs to dynamically access arbitrary Java objects

Awesome Lists containing this project

README

        

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.

The latest compiled release is available in the current-release directory.

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

For help, register and then post to the Py4J mailing list at
``py4j at py4j dot org``

LICENSE
=======

Py4J is distributed with the BSD 3-Clause license. See `LICENSE.txt `_ for more
information.

CONTRIBUTING
============

We are always happy to receive code contributions, bug reports, and
documentation fixes. Please visit the `contributing guide
`_ for more
information.

.. image:: https://img.shields.io/github/actions/workflow/status/py4j/py4j/test.yml.svg
:target: https://github.com/py4j/py4j/actions/workflows/test.yml

.. image:: https://img.shields.io/pypi/l/py4j.svg

.. image:: https://img.shields.io/pypi/pyversions/py4j.svg

.. image:: https://img.shields.io/pypi/v/py4j.svg
:target: https://pypi.python.org/pypi/py4j

.. image:: https://img.shields.io/maven-central/v/net.sf.py4j/py4j.svg