Skip to main content

DRB Java Driver

Project description

JavaNode driver

The drb-driver-java python module aims to wrap Java version of DRB model. It is able to navigates among java nodes content.

See documentation for details.

Library usage

Java (JDK) must be present in the system and the JAVA_HOME environment variable must be set.

Installation

Installing this library with execute the following in a terminal

pip install drb-driver-java

Configuration

Automatic

The classpath is initialized retrieving Java libraries using a specific entry point drb.driver.java where:

  • name: represent the Java library package extension (e.g. jar)
  • value: represent the package where Java libraries are stocked

The following example will retrieve all jar files resources from the Python package my.package.classpath:

from setuptools import setup

setup(
    entry_points={
        'drb.driver.java': 'jar = my.package.classpath'
    },
    # Other setuptools.setup parameters
)

Manual

To add custom Java libraries to the JVM classpath, please configure CLASSPATH_ADDON environment variable. It contains absolute path of additional Java libraries

export CLASSPATH_ADDON=$CLASSPATH_ADDON:/path/to/my/custom/java/lib

Java Factory and Java Node

The module implements the basic factory model defined in DRB in its node resolver. Based on the python entry point mechanism, this module can be dynamically imported into applications.

The entry point group reference is drb.driver.
The driver name is java.
The factory class DrbJavaFactory is encoded into drb.drivers.factory

The java factory creates a JavaNode from an existing java content. It uses a base node to access the content data using a streamed implementation from the base node.

The base node can be a DrbFileNode, DrbHttpNode, DrbTarNode or any other nodes able to provide streamed (BufferedIOBase, RawIOBase, IO) java content.

limitations

The current version does not manage child modification and insertion. JavaNode is currently read only.

Using this module

To include this module into your project, the drb-driver-java module shall be referenced into requirements.txt file, or the following pip line can be run:

pip install drb-driver-java

Set eventually environment variable CLASSPATH_ADDON and JAVA_HOME

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drb-driver-java-1.2.0.tar.gz (27.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

drb_driver_java-1.2.0-py3-none-any.whl (27.3 MB view details)

Uploaded Python 3

File details

Details for the file drb-driver-java-1.2.0.tar.gz.

File metadata

  • Download URL: drb-driver-java-1.2.0.tar.gz
  • Upload date:
  • Size: 27.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for drb-driver-java-1.2.0.tar.gz
Algorithm Hash digest
SHA256 21ac461b63e68f4ffef4f8aad33acebec622a97bb1c7c0408188831322c3346b
MD5 ab2d3cca530d705e855a03c2482633ab
BLAKE2b-256 921b8dd3a4b29f2ba56a62502bde8ef6ce4ce239b8c7e8c0b645bdd2d669d234

See more details on using hashes here.

File details

Details for the file drb_driver_java-1.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for drb_driver_java-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c5d53ba413d26f020e5d4a4b84aa0bbc4af230a7ab9ccba4b8086db26388111a
MD5 314b2e9bc1a73a73d7f53aa1bdea6813
BLAKE2b-256 1db63664560057fd3d7493665ff1d13a13fb60a2144067a3ba10b6ef3fa6aca0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page