{ "info": { "author": "Adam Karpierz", "author_email": "adam@karpierz.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: Polish", "Operating System :: OS Independent", "Programming Language :: Java", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: IronPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: Stackless", "Topic :: Software Development :: Libraries :: Java Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "**Currently only as placeholder (because a base package jtypes.jvm is still in development)**\n\njtypes.pyjava\n=============\n\nA Python to Java bridge.\n\nOverview\n========\n\n | **jtypes.pyjava** is a bridge allowing to use Java classes in regular Python code.\n\n `PyPI record`_.\n\n | **jtypes.pyjava** is a lightweight Python package, based on the *ctypes* or *cffi* library.\n | It is an almost fully compliant implementation of Remi Rampin's **PyJava** package\n by reimplementing whole its functionality in a clean Python instead of C/C++.\n\n\nAbout PyJava:\n-------------\n\nBorrowed from the `original website`_:\n\n | **PyJava** is a bridge allowing to use Java classes in regular Python code.\n | It is similar to `JPype `__.\n\n It is a C extension that uses JNI to access a Java virtual machine,\n meaning that it can be used anywhere Python is available. It is not\n a different interpreter like `Jython `__ and does\n not require anything, other than a JRE. The JVM dynamic library is load\n dynamically through pyjava.start() (some basic logic for locating this\n library on major platforms will be provided).\n\n The integration with Java code is meant to be as complete as possible,\n allowing to use Java and Python objects seemlessly and converting objects\n back and forth when Java code is called. Furthermore, subclassing Java\n classes or interfaces in Python code to allow callback from Java is planned\n for the 0.2 version.\n\n Please note that this extension is still at a very early stage of\n development and probably shouldn't be used for anything.\n\nRequirements\n============\n\n- Either the Sun/Oracle JRE/JDK or OpenJDK.\n\nInstallation\n============\n\nPrerequisites:\n\n+ Python 2.7 or higher or 3.4 or higher\n\n * http://www.python.org/\n * 2.7 and 3.6 are primary test environments.\n\n+ pip and setuptools\n\n * http://pypi.python.org/pypi/pip\n * http://pypi.python.org/pypi/setuptools\n\nTo install run::\n\n python -m pip install --upgrade jtypes.pyjava\n\nTo ensure everything is running correctly you can run the tests using::\n\n python -m jt.pyjava.tests\n\nDevelopment\n===========\n\nVisit `development page`_\n\nInstallation from sources:\n\nClone the `sources`_ and run::\n\n python -m pip install ./jtypes.pyjava\n\nor on development mode::\n\n python -m pip install --editable ./jtypes.pyjava\n\nPrerequisites:\n\n+ Development is strictly based on *tox*. To install it run::\n\n python -m pip install tox\n\nLicense\n=======\n\n | Copyright (c) 2015-2018 Adam Karpierz\n |\n | Licensed under the MIT License\n | http://opensource.org/licenses/MIT\n | Please refer to the accompanying LICENSE file.\n\nAuthors\n=======\n\n* Adam Karpierz \n\n.. _PyPI record: https://pypi.python.org/pypi/jtypes.pyjava\n.. _original website: https://github.com/remram44/pyjava/blob/master/README.md\n.. _development page: https://github.com/karpierz/jtypes.pyjava\n.. _sources: https://github.com/karpierz/jtypes.pyjava\n\nChangelog\n=========\n\n0.1.5a9 (2018-11-08)\n--------------------\n- Update of the required setuptools version.\n- Minor setup and tests improvements.\n\n0.1.5a5 (2018-05-22)\n--------------------\n- Update of the required setuptools version.\n\n0.1.5a4 (2018-02-26)\n--------------------\n- Improvement and simplification of setup and packaging.\n\n0.1.5a3 (2018-01-29)\n--------------------\n- Development moved to github.\n- General improvements and update.\n\n0.0.16a1 (2017-05-13)\n---------------------\n0.0.15a2 (2017-01-03)\n---------------------\n- Next alpha releases.\n\n0.0.10a1 (2016-09-24)\n---------------------\n- First alpha release.\n\n0.0.1 (2015-10-05)\n------------------\n- Initial version.\n", "description_content_type": "", "docs_url": null, "download_url": "http://pypi.python.org/pypi/jtypes.pyjava/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/jtypes.pyjava/", "keywords": "jtypes, jt, jpype, jep, pyjnius, jpy, javabridge, pyjava, jcc,", "license": "MIT License ; http://opensource.org/licenses/MIT", "maintainer": "", "maintainer_email": "", "name": "jtypes.pyjava", "package_url": "https://pypi.org/project/jtypes.pyjava/", "platform": "any", "project_url": "https://pypi.org/project/jtypes.pyjava/", "project_urls": { "Download": "http://pypi.python.org/pypi/jtypes.pyjava/", "Homepage": "http://pypi.python.org/pypi/jtypes.pyjava/" }, "release_url": "https://pypi.org/project/jtypes.pyjava/0.1.5a9/", "requires_dist": null, "requires_python": "", "summary": "Python-Java bridge (ctypes/cffi-based PyJava)", "version": "0.1.5a9" }, "last_serial": 5853283, "releases": { "0.1.5a9": [ { "comment_text": "", "digests": { "md5": "33b21fe20479dd65aa06277cc6a97b8d", "sha256": "606c76871a9caa78d757aafae5273a236f846b7d80c741ac951362374c20a0e9" }, "downloads": -1, "filename": "jtypes.pyjava-0.1.5a9.zip", "has_sig": false, "md5_digest": "33b21fe20479dd65aa06277cc6a97b8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50355, "upload_time": "2018-11-12T15:01:53", "url": "https://files.pythonhosted.org/packages/e8/da/040bdfd320d8a236816e5757679b65122530371db8499be9f657eba2938f/jtypes.pyjava-0.1.5a9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "33b21fe20479dd65aa06277cc6a97b8d", "sha256": "606c76871a9caa78d757aafae5273a236f846b7d80c741ac951362374c20a0e9" }, "downloads": -1, "filename": "jtypes.pyjava-0.1.5a9.zip", "has_sig": false, "md5_digest": "33b21fe20479dd65aa06277cc6a97b8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50355, "upload_time": "2018-11-12T15:01:53", "url": "https://files.pythonhosted.org/packages/e8/da/040bdfd320d8a236816e5757679b65122530371db8499be9f657eba2938f/jtypes.pyjava-0.1.5a9.zip" } ] }