gituser/production/: py4j-0.8.2.1 metadata and description

Homepage Simple index

Enables Python programs to dynamically access arbitrary Java objects

author Barthelemy Dagenais
author_email barthe@users.sourceforge.net
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.3
  • Programming Language :: Java
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Object Brokering
license BSD License
File Tox results History
py4j-0.8.2.1-py2-none-any.whl
Size
135 KB
Type
Python Wheel
Python
2
py4j-0.8.2.1.tar.gz
Size
125 KB
Type
Source

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.