Metadata-Version: 2.1
Name: asphalt-py4j
Version: 4.0.0
Summary: Py4J integration component for the Asphalt framework
Author-email: Alex Grönholm <alex.gronholm@nextday.fi>
License: Apache License 2.0
Project-URL: Homepage, https://github.com/asphalt-framework/asphalt-py4j
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Framework :: AsyncIO
Classifier: Typing :: Typed
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: asphalt~=4.8
Requires-Dist: py4j>=0.10.9
Provides-Extra: test
Requires-Dist: anyio>=4.0; extra == "test"
Requires-Dist: coverage>=7; extra == "test"
Requires-Dist: pytest; extra == "test"
Provides-Extra: doc
Requires-Dist: Sphinx>=7.0; extra == "doc"
Requires-Dist: sphinx-rtd-theme>=1.3.0; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints>=1.22; extra == "doc"

.. image:: https://github.com/asphalt-framework/asphalt-py4j/actions/workflows/test.yml/badge.svg
  :target: https://github.com/asphalt-framework/asphalt-py4j/actions/workflows/test.yml
  :alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-py4j/badge.svg?branch=master
  :target: https://coveralls.io/github/asphalt-framework/asphalt-py4j?branch=master
  :alt: Code Coverage
.. image:: https://readthedocs.org/projects/asphalt-py4j/badge/?version=latest
  :target: https://asphalt-py4j.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

This Asphalt framework component provides the ability to run Java code directly from Python.

It is a wrapper for the Py4J_ library.

.. _Py4J: https://www.py4j.org/
.. _Java Virtual Machine: https://en.wikipedia.org/wiki/Java_virtual_machine

Project links
-------------

* `Documentation <http://asphalt-py4j.readthedocs.org/en/latest/>`_
* `Help and support <https://github.com/asphalt-framework/asphalt/wiki/Help-and-support>`_
* `Source code <https://github.com/asphalt-framework/asphalt-py4j>`_
* `Issue tracker <https://github.com/asphalt-framework/asphalt-py4j/issues>`_
