{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/4"}],"enrichment":{"capability":"PemJa enables Python code to call Java methods and classes, and Java code to invoke Python functions, using FFI-based cross-language interoperability.","skillfed_tags":["polyglot","ffi-bridge","java-interop"],"use_cases":["Embed Python scripting logic into a Java application without spawning separate processes.","Call Java libraries from Python code to leverage existing Java ecosystems or performance-critical components.","Build data pipelines where Java handles I/O and Python handles numerical or ML transformations.","Prototype algorithms in Python and invoke them from a production Java service.","Implement Python callbacks that respond to events or requests originating in Java."],"what_it_does":"PemJa is a cross-language FFI framework that bridges Python and Java, allowing bidirectional method invocation. From Java, you can instantiate a Python interpreter, execute Python code, call Python functions, and retrieve results as typed Java objects. From Python, you can locate and invoke Java classes and methods. The package ships as prebuilt wheels for Python 3.8\u20133.13 on macOS and Linux, with a single runtime dependency on find-libpython.\n\nTypical use cases include embedding Python scripting in Java applications, automating Python workflows from Java, or building polyglot systems where performance-critical code runs in Java and data processing or prototyping happens in Python. Installation is straightforward via pip on supported platforms, though Windows builds require manual setup and the aging maintenance status suggests the project may not be actively developed.","worth_installing":"Yes, if you need bidirectional Python-Java interop and can tolerate aging maintenance. The package is stable (Production/Stable classifier), has no known vulnerabilities, and covers modern Python versions with prebuilt wheels. However, the 413-day release gap suggests limited ongoing support; evaluate whether the project's maturity and your platform requirements align before committing to a production dependency."},"id":"pemja","links":{"html":"https://skillfed.io/packages/pemja","md":"https://skillfed.io/packages/pemja.md","pypi":"https://pypi.org/project/pemja/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-06-27","license_spdx":null,"license_treatment":"permissive","name":"pemja","python_support":"supports_current","summary":"PemJa"},"popularity":{"monthly_downloads":227162,"position":9184,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.1"}
