Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/py4j/py4j
- Owner: py4j
- License: other
- Created: 2010-11-02T20:58:18.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T02:21:48.000Z (5 months ago)
- Last Synced: 2024-10-15T17:43:00.004Z (24 days ago)
- Topics: distributed-systems, java, programming-languages, python
- Language: Java
- Homepage: https://www.py4j.org
- Size: 16.3 MB
- Stars: 1,186
- Watchers: 41
- Forks: 217
- Open Issues: 168
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
- best-of-python - GitHub - 35% open · ⏱️ 16.04.2024): (Others)
- awesome-list - Py4J - Enables Python programs to dynamically access arbitrary Java objects. (Desktop App Development / Python Toolkit)
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