{ "info": { "author": "Steve Menard", "author_email": "devilwolf@users.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Java", "Programming Language :: Python :: 3" ], "description": "DEPRECATION WARNING\n###################\n\nThis fork was the only Python 3-compatible version of JPype for a while,\nbut it has since stalled and its root project,\n`jpype-project/jpype `_ has since added\na lot feature, including said support of Py3.\n\n`Issue #28 `_ has shown that\nthe differences between the two forks are mainly on implementation and\ndistribution level.\n\nAs a result, this fork is now deprecated and should not be used anymore.\nVersion 0.5.5.4 will be the last published version of this repository, and only\nadds deprecation warning at installation and import time.\n\nThis project will stay archived on GitHub, and won't evolve anymore.\n\n\nJPype - Python 3\n################\n\nFrom the `original Website `_:\n\n JPype is an effort to allow python programs full access to java\n class libraries. This is achieved not through re-implementing\n Python, as Jython/JPython has done, but rather through interfacing\n at the native level in both Virtual Machines. Eventually, it should\n be possible to replace Java with python in many, though not all,\n situations. JSP, Servlets, RMI servers and IDE plugins are good\n candidates.\n\n Once this integration is achieved, a second phase will be started to\n separate the Java logic from the Python logic, eventually allowing\n the bridging technology to be used in other environments, I.E. Ruby,\n Perl, COM, etc ...\n\nThis GitHub fork is a Python 3 version of jPype.\n**It does not support Python 2**.\n\nThis is a fork of `originell/jpype `_,\nwhich originally aims to simplify the installation of jPype on Linux and\nMacOS X.\n\n\nKnown Bugs/Limitations\n**********************\n\n* Java classes outside of a package (in the ```` package) cannot be\n imported.\n* Fields or methods conflicting with a python keyword can't be accessed.\n* Because of lack of JVM support, you cannot shutdown the JVM and then restart\n it.\n* Some methods rely on the \"current\" class/caller. Since calls coming directly\n from python code do not have a current class, these methods do not work.\n The User Manual lists all the known methods like that.\n\n\nRoad map\n********\n\nFuture developments of this fork of jPype :\n\n* Stay close to the Python 2 version (patches, issues, ...)\n* Convert examples in Python 3\n* Review the code (Python and C++): clean up, add comments, ...\n* Separate Python 3 specific code (Python and C++)\n\n\nRequirements\n************\n\nThe Python 3 development files and either the Sun/Oracle JDK/JRE Variant\nor OpenJDK.\n\nDebian/Ubuntu\n=============\n\nDebian/Ubuntu users will have to install ``g++`` and ``python3-dev``\nfirst:\n\n.. code-block:: bash\n\n sudo apt-get install g++ python3-dev\n\n\nRed Hat/Fedora\n==============\n\nSame thing with Fedora users:\n\n.. code-block:: bash\n\n su -c 'yum install gcc-c++ python3-devel'\n\n\nWindows\n=======\n\nOn Windows, you will have to install:\n\n* `Oracle JDK `_\n* `Visual C++ Express 2010 `_ (which is free)\n\n\nInstallation\n************\n\nOn Linux:\n\n.. code-block:: bash\n\n sudo python3 setup.py install\n\n\nOn Windows:\n\n.. code-block:: bash\n\n python setup.py install\n\n\nIf it fails...\n==============\n\nThis happens mostly due to the setup not being able to find your\n``JAVA_HOME``. In case this happens, please do two things:\n\n#. You can continue the installation by finding the ``JAVA_HOME`` on\n your own ( the place where the headers etc. are) and explicitly\n setting it for the installation:\n\n .. code-block:: bash\n\n JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64 python3 setup.py install\n\n#. Please create an Issue\n `on GitHub `_ and\n post all the information you have.\n\n\nTested on\n*********\n\n+-----------------+--------------+----------------------------+\n| OS | Architecture | Java version |\n+=================+==============+============================+\n| Fedora 18 | 64 bits | OpenJDK 6 and 7 |\n+-----------------+--------------+----------------------------+\n| Fedora 19 | 64 bits | OpenJDK 6 and 7 |\n+-----------------+--------------+----------------------------+\n| Ubuntu 12.04 | 64 bits | OpenJDK 6 and 7 |\n+-----------------+--------------+----------------------------+\n| Mac OS X 10.8.4 | 64 bits | Oracle JDK 6 and 7 |\n+-----------------+--------------+----------------------------+\n| Mac OS X 10.9 | 64 bits | Oracle JDK 6 and 7 |\n+-----------------+--------------+----------------------------+\n| Windows 7 | 32 bits | Oracle JDK 7 and OpenJDK 7 |\n+-----------------+--------------+----------------------------+\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/tcalmant/jpype-py3/", "keywords": "", "license": "License :: OSI Approved :: Apache Software License", "maintainer": "Thomas Calmant", "maintainer_email": "thomas.calmant@gmail.com", "name": "JPype1-py3", "package_url": "https://pypi.org/project/JPype1-py3/", "platform": "Operating System :: MacOS :: MacOS X", "project_url": "https://pypi.org/project/JPype1-py3/", "project_urls": { "Homepage": "http://github.com/tcalmant/jpype-py3/" }, "release_url": "https://pypi.org/project/JPype1-py3/0.5.5.4/", "requires_dist": null, "requires_python": "", "summary": "Python-Java bridge. Fork of the jPype project by Steve Menard (http://jpype.sourceforge.net/), with the modifications applied by Luis Nell (https://github.com/originell/jpype)", "version": "0.5.5.4" }, "last_serial": 5342258, "releases": { "0.5.5": [ { "comment_text": "", "digests": { "md5": "be240f1cb14959352ab7017bc26207e3", "sha256": "48bb4207b5fb492d6e6a9dab45fad987e342b689a7bbdb6ae0e619707443060f" }, "downloads": -1, "filename": "JPype1-py3-0.5.5.tar.gz", "has_sig": false, "md5_digest": "be240f1cb14959352ab7017bc26207e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68772, "upload_time": "2013-08-01T13:42:40", "url": "https://files.pythonhosted.org/packages/57/98/ca9ddf9b2f5f47c60c1eb351b2754060b22a39ac1bb057b5c9f1f5776a52/JPype1-py3-0.5.5.tar.gz" } ], "0.5.5.1": [ { "comment_text": "Updated MANIFEST to include headers", "digests": { "md5": "4a101f140ad67661086604936cf36291", "sha256": "48562a8ea462daf0fc4fa00216ad1bf20a0cf31a2c2fd7b115a46b970462a110" }, "downloads": -1, "filename": "JPype1-py3-0.5.5.1.tar.gz", "has_sig": false, "md5_digest": "4a101f140ad67661086604936cf36291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87301, "upload_time": "2013-09-05T08:07:30", "url": "https://files.pythonhosted.org/packages/ad/15/0d40e5864b65817454092f5218f695dc0cd0d736c2f0f328728832a309ed/JPype1-py3-0.5.5.1.tar.gz" } ], "0.5.5.2": [ { "comment_text": "", "digests": { "md5": "822c563bde5163106c5439949d001528", "sha256": "892d008a270561cc9bff9843d336e9b8add5da7f55eeeb3d709ce4530e34dbc0" }, "downloads": -1, "filename": "JPype1_py3-0.5.5.2-cp34-none-win32.whl", "has_sig": false, "md5_digest": "822c563bde5163106c5439949d001528", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 171503, "upload_time": "2014-10-03T10:27:46", "url": "https://files.pythonhosted.org/packages/bb/ac/2fc15764f72ac281eb1a86d5a3146afda479c317c914d99337ffc8864741/JPype1_py3-0.5.5.2-cp34-none-win32.whl" }, { "comment_text": "", "digests": { "md5": "09dbe416814115affc5bd9393f44c843", "sha256": "aa85ad29a3260500df48894b8e685db87e9de0b87bdc09a824e429f5726ea7e8" }, "downloads": -1, "filename": "JPype1_py3-0.5.5.2-cp34-none-win_amd64.whl", "has_sig": false, "md5_digest": "09dbe416814115affc5bd9393f44c843", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 199363, "upload_time": "2014-10-03T10:28:19", "url": "https://files.pythonhosted.org/packages/ee/f1/3dd8340ddc3cee3d99ce73d849378dbf64162e93cb8fbdc0b73ab9392e4d/JPype1_py3-0.5.5.2-cp34-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "47a910de40b020df11e61e27acdbda4a", "sha256": "be28fdf6b1deb58b3d6722ceab7d7b8a6de0fcdbb48cd5eadf1ec53ef2e50b1b" }, "downloads": -1, "filename": "JPype1_py3-0.5.5.2-cp35-none-win_amd64.whl", "has_sig": false, "md5_digest": "47a910de40b020df11e61e27acdbda4a", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 203450, "upload_time": "2015-09-29T13:36:35", "url": "https://files.pythonhosted.org/packages/a0/32/13832ee04ec5d28793a2ebf8bbc6d81d79c9329a701d0c4ee1aad2c40ba6/JPype1_py3-0.5.5.2-cp35-none-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "06481b851244abb37d45f3a03f0f0455", "sha256": "80ecbd4a42a9f0b8ed7320508be35636281b46f4882b4f7231a5c91859b1816c" }, "downloads": -1, "filename": "JPype1-py3-0.5.5.2.tar.gz", "has_sig": false, "md5_digest": "06481b851244abb37d45f3a03f0f0455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87883, "upload_time": "2013-12-17T08:39:38", "url": "https://files.pythonhosted.org/packages/59/90/149647ac2c8649a5983fcc47c78f2881af80cbd99f54248ac31b3d611618/JPype1-py3-0.5.5.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "c6f165ff3e04689b8d67b7fc6c0525c3", "sha256": "94ac2416682848159cbc2508afb58ce955ce58bded3ee07f21c1f6886e17155f" }, "downloads": -1, "filename": "JPype1-py3-0.5.5.2.win32-py3.4.exe", "has_sig": false, "md5_digest": "c6f165ff3e04689b8d67b7fc6c0525c3", "packagetype": "bdist_wininst", "python_version": "3.4", "requires_python": null, "size": 365048, "upload_time": "2014-10-03T10:27:42", "url": "https://files.pythonhosted.org/packages/23/f9/55719a4dadff69e6e40b35441d005b4430e3b9e8a3b09d1d92a6dc43f6e1/JPype1-py3-0.5.5.2.win32-py3.4.exe" }, { "comment_text": "", "digests": { "md5": "b59007749ccc968fd6a944fa8610df48", "sha256": "f580d602e0701636b23214848063497430587021a0d20fa741be127d8ac7ee21" }, "downloads": -1, "filename": "JPype1-py3-0.5.5.2.win-amd64-py3.4.exe", "has_sig": false, "md5_digest": "b59007749ccc968fd6a944fa8610df48", "packagetype": "bdist_wininst", "python_version": "3.4", "requires_python": null, "size": 424136, "upload_time": "2014-10-03T10:28:16", "url": "https://files.pythonhosted.org/packages/e4/96/4292f4ce7b550615d493ba2a97243fb6e7105c06d22e0fa7cd330d40730c/JPype1-py3-0.5.5.2.win-amd64-py3.4.exe" }, { "comment_text": "", "digests": { "md5": "c27ea750f08de5533717acaeb9c8413f", "sha256": "9147fbc3dd812812cf47c6965f59dd963f7bbaf8ec2f1ded66a9bbb75d6261fe" }, "downloads": -1, "filename": "JPype1-py3-0.5.5.2.zip", "has_sig": false, "md5_digest": "c27ea750f08de5533717acaeb9c8413f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 160528, "upload_time": "2015-09-29T13:36:31", "url": "https://files.pythonhosted.org/packages/be/e6/bc3041259a0d0825ff8e8d32b0ed4c4dfd8d51081e0e7efc42ddff30af67/JPype1-py3-0.5.5.2.zip" } ], "0.5.5.4": [ { "comment_text": "", "digests": { "md5": "78166b78205dba3205d7833e28eebb05", "sha256": "41054a5b95cb80f2f0e1b7d2a23e1296aa47e3aaa8c228197b2fa1623e555865" }, "downloads": -1, "filename": "JPype1_py3-0.5.5.4-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "78166b78205dba3205d7833e28eebb05", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 204424, "upload_time": "2019-05-31T11:02:39", "url": "https://files.pythonhosted.org/packages/67/a0/136c612232dd4bd5ec8ce6a9f76dfc2b039514b385935bf3e9c67333ac62/JPype1_py3-0.5.5.4-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "5ec5d209d2824bf383470146ab72c813", "sha256": "445ebb5e2911468b63e67e85def1279461cd8a9def9854e22226f341c6bcf8b0" }, "downloads": -1, "filename": "JPype1-py3-0.5.5.4.tar.gz", "has_sig": false, "md5_digest": "5ec5d209d2824bf383470146ab72c813", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88386, "upload_time": "2019-05-31T11:02:41", "url": "https://files.pythonhosted.org/packages/9b/81/63f5e4202c598f362ee4684b41890f993d6e58309c5d90703f570ab85f62/JPype1-py3-0.5.5.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "78166b78205dba3205d7833e28eebb05", "sha256": "41054a5b95cb80f2f0e1b7d2a23e1296aa47e3aaa8c228197b2fa1623e555865" }, "downloads": -1, "filename": "JPype1_py3-0.5.5.4-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "78166b78205dba3205d7833e28eebb05", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 204424, "upload_time": "2019-05-31T11:02:39", "url": "https://files.pythonhosted.org/packages/67/a0/136c612232dd4bd5ec8ce6a9f76dfc2b039514b385935bf3e9c67333ac62/JPype1_py3-0.5.5.4-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "5ec5d209d2824bf383470146ab72c813", "sha256": "445ebb5e2911468b63e67e85def1279461cd8a9def9854e22226f341c6bcf8b0" }, "downloads": -1, "filename": "JPype1-py3-0.5.5.4.tar.gz", "has_sig": false, "md5_digest": "5ec5d209d2824bf383470146ab72c813", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88386, "upload_time": "2019-05-31T11:02:41", "url": "https://files.pythonhosted.org/packages/9b/81/63f5e4202c598f362ee4684b41890f993d6e58309c5d90703f570ab85f62/JPype1-py3-0.5.5.4.tar.gz" } ] }