{"id":15030453,"url":"https://github.com/jpype-project/jpype","last_synced_at":"2025-05-13T00:05:29.499Z","repository":{"id":4131925,"uuid":"5244012","full_name":"jpype-project/jpype","owner":"jpype-project","description":"JPype is cross language bridge to allow Python programs full access to Java class libraries.","archived":false,"fork":false,"pushed_at":"2025-05-12T14:59:13.000Z","size":5329,"stargazers_count":1191,"open_issues_count":116,"forks_count":188,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-05-12T15:58:57.375Z","etag":null,"topics":["bridge","c-plus-plus","java","jni","python","python3"],"latest_commit_sha":null,"homepage":"http://www.jpype.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpype-project.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-07-31T09:39:14.000Z","updated_at":"2025-05-12T14:59:19.000Z","dependencies_parsed_at":"2023-07-26T11:30:05.086Z","dependency_job_id":"6824c738-4c1c-4372-9e42-6b440b311e89","html_url":"https://github.com/jpype-project/jpype","commit_stats":{"total_commits":1647,"total_committers":64,"mean_commits":25.734375,"dds":0.3151183970856102,"last_synced_commit":"a4ed3afc45bea64d46c5fe4fd5e026d882f49b45"},"previous_names":["originell/jpype"],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpype-project%2Fjpype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpype-project%2Fjpype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpype-project%2Fjpype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpype-project%2Fjpype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpype-project","download_url":"https://codeload.github.com/jpype-project/jpype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776185,"owners_count":21962449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bridge","c-plus-plus","java","jni","python","python3"],"created_at":"2024-09-24T20:13:23.836Z","updated_at":"2025-05-13T00:05:29.480Z","avatar_url":"https://github.com/jpype-project.png","language":"Python","readme":".. image:: doc/logo_small.png\n   :alt: JPype logo\n   :align: center\n\nJPype\n=====\n   \n|implementation|  |pyversions|  |javaversions|  |jvm|  |platform|  |license|\n\nJPype is a Python module to provide full access to Java from \nwithin Python. It allows Python to make use of Java only libraries,\nexploring and visualization of Java structures, development and testing\nof Java libraries, scientific computing, and much more.  By gaining \nthe best of both worlds using Python for rapid prototyping and Java\nfor strong typed production code, JPype provides a powerful environment\nfor engineering and code development.  \n\nThis is achieved not through re-implementing Python, as\nJython has done, but rather through interfacing at the native\nlevel in both virtual machines. This shared memory based \napproach achieves decent computing performance, while providing the\naccess to the entirety of CPython and Java libraries.\n\n:Code: `GitHub\n \u003chttps://github.com/jpype-project/jpype\u003e`_\n:Issue tracker: `GitHub Issues\n \u003chttps://github.com/jpype-project/jpype/issues\u003e`_\n:Discussions: `GitHub Discussions\n \u003chttps://github.com/jpype-project/jpype/discussions\u003e`_\n:Documentation: `Python Docs`_\n:License: `Apache 2 License`_\n:Build status:  |TestsCI|_ |Docs|_\n:Quality status:  |Codecov|_ |lgtm_python|_ |lgtm_java|_ |lgtm_cpp|_\n:Version: |PypiVersion|_ |Conda|_\n\nThe work on this project began on `Sourceforge \u003chttp://sourceforge.net/projects/jpype/\u003e`__.\nLLNL-CODE- 812311\n\n\n.. |alerts| image:: https://img.shields.io/lgtm/alerts/g/jpype-project/jpype.svg?logo=lgtm\u0026logoWidth=18\n.. _alerts: https://lgtm.com/projects/g/jpype-project/jpype/alerts/\n.. |lgtm_python| image:: https://img.shields.io/lgtm/grade/python/g/jpype-project/jpype.svg?logo=lgtm\u0026logoWidth=18\u0026label=python\n.. _lgtm_python: https://lgtm.com/projects/g/jpype-project/jpype/context:python\n.. |lgtm_java| image:: https://img.shields.io/lgtm/grade/java/g/jpype-project/jpype.svg?logo=lgtm\u0026logoWidth=18\u0026label=java\n.. _lgtm_java: https://lgtm.com/projects/g/jpype-project/jpype/context:java\n.. |lgtm_cpp| image:: https://img.shields.io/lgtm/grade/cpp/g/jpype-project/jpype.svg?logo=lgtm\u0026logoWidth=18\u0026label=C++\n.. _lgtm_cpp: https://lgtm.com/projects/g/jpype-project/jpype/context:cpp\n.. |PypiVersion| image:: https://img.shields.io/pypi/v/Jpype1.svg\n.. _PypiVersion: https://badge.fury.io/py/JPype1\n.. |Conda| image:: https://img.shields.io/conda/v/conda-forge/jpype1.svg\n.. _Conda: https://anaconda.org/conda-forge/jpype1\n.. |TestsCI| image:: https://dev.azure.com/jpype-project/jpype/_apis/build/status/jpype-project.jpype?branchName=master\n.. _TestsCI: https://dev.azure.com/jpype-project/jpype/_build/latest?definitionId=1\u0026branchName=master\n.. |Docs| image:: https://img.shields.io/readthedocs/jpype.svg\n.. _Docs: http://jpype.readthedocs.org/en/latest/\n.. |Codecov| image:: https://codecov.io/gh/jpype-project/jpype/branch/master/graph/badge.svg\n.. _Codecov: https://codecov.io/gh/jpype-project/jpype\n.. |implementation| image:: https://img.shields.io/pypi/implementation/jpype1.svg\n.. |pyversions| image:: https://img.shields.io/pypi/pyversions/jpype1.svg\n.. |javaversions| image:: https://img.shields.io/badge/java-8%20%7C%209%20%7C%2011-purple.svg\n.. |jvm| image:: https://img.shields.io/badge/jvm-Open%20%7C%20Oracle%20%7C%20Corretto-purple.svg\n.. |platform| image:: https://img.shields.io/conda/pn/conda-forge/jpype1.svg\n.. |license| image:: https://img.shields.io/github/license/jpype-project/jpype.svg\n.. _Apache 2 License: https://github.com/jpype-project/jpype/blob/master/LICENSE\n.. _Python Docs: http://jpype.readthedocs.org/en/latest/\n\nSPDX-License-Identifier: Apache-2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpype-project%2Fjpype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpype-project%2Fjpype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpype-project%2Fjpype/lists"}