PKG-INFO 1.2 KB

1234567891011121314151617181920212223
  1. Metadata-Version: 1.1
  2. Name: py4j
  3. Version: 0.9
  4. Summary: Enables Python programs to dynamically access arbitrary Java objects
  5. Home-page: https://www.py4j.org/
  6. Author: Barthelemy Dagenais
  7. Author-email: barthelemy@infobart.com
  8. License: BSD License
  9. Description: 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.
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 4 - Beta
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python
  16. Classifier: Programming Language :: Python :: 2
  17. Classifier: Programming Language :: Python :: 2.6
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Programming Language :: Python :: 3.3
  21. Classifier: Programming Language :: Java
  22. Classifier: Topic :: Software Development :: Libraries
  23. Classifier: Topic :: Software Development :: Object Brokering