Metadata-Version: 2.0
Name: asphalt-py4j
Version: 3.0.0
Summary: Py4J integration component for the Asphalt framework
Home-page: https://github.com/asphalt-framework/asphalt-py4j
Author: Alex Grönholm
Author-email: alex.gronholm@nextday.fi
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: asphalt (~=3.0)
Requires-Dist: py4j (>=0.10.4)
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-asyncio (>=0.5.0); extra == 'testing'
Requires-Dist: pytest-catchlog; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'

.. image:: https://travis-ci.org/asphalt-framework/asphalt-py4j.svg?branch=master
  :target: https://travis-ci.org/asphalt-framework/asphalt-py4j
  :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

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>`_


