pyrolite

This library allows your Java program to interface very easily with the Python world. It uses the Pyro protocol to call methods on remote objects. (See https://pyro5.readthedocs.io/). Pyrolite only implements part of the client side Pyro library, hence its name 'lite'... So if you don't need Pyro's full feature set, Pyrolite may be a good choice to connect java or .NET and python. Version 5.0 changes: support Pyro5 wire protocol. Dropped support of Pyro4 (stick to version 4.xx for that).

License

License

Categories

Categories

Net
GroupId

GroupId

net.razorvine
ArtifactId

ArtifactId

pyrolite
Last Version

Last Version

5.1
Release Date

Release Date

Type

Type

jar
Description

Description

pyrolite
This library allows your Java program to interface very easily with the Python world. It uses the Pyro protocol to call methods on remote objects. (See https://pyro5.readthedocs.io/). Pyrolite only implements part of the client side Pyro library, hence its name 'lite'... So if you don't need Pyro's full feature set, Pyrolite may be a good choice to connect java or .NET and python. Version 5.0 changes: support Pyro5 wire protocol. Dropped support of Pyro4 (stick to version 4.xx for that).
Project URL

Project URL

https://github.com/irmen/Pyrolite
Source Code Management

Source Code Management

https://github.com/irmen/Pyrolite

Download pyrolite

How to add to project

<!-- https://jarcasting.com/artifacts/net.razorvine/pyrolite/ -->
<dependency>
    <groupId>net.razorvine</groupId>
    <artifactId>pyrolite</artifactId>
    <version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.razorvine/pyrolite/
implementation 'net.razorvine:pyrolite:5.1'
// https://jarcasting.com/artifacts/net.razorvine/pyrolite/
implementation ("net.razorvine:pyrolite:5.1")
'net.razorvine:pyrolite:jar:5.1'
<dependency org="net.razorvine" name="pyrolite" rev="5.1">
  <artifact name="pyrolite" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.razorvine', module='pyrolite', version='5.1')
)
libraryDependencies += "net.razorvine" % "pyrolite" % "5.1"
[net.razorvine/pyrolite "5.1"]

Dependencies

compile (1)

Group / Artifact Type Version
net.razorvine : serpent jar 1.40

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
5.1
5.0
4.30
4.23
4.22
4.21
4.20
4.19
4.18
4.17
4.16
4.15
4.14
4.13
4.12
4.11
4.10
4.9
4.8
4.7
4.6
4.4