License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.razorvine |
ArtifactId | ArtifactIdpyrolite |
Last Version | Last Version5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpyrolite
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pyrolite-5.1.pom | |
pyrolite-5.1.jar | 30 KB |
pyrolite-5.1-sources.jar | 18 KB |
pyrolite-5.1-javadoc.jar | 99 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.razorvine : serpent | jar | 1.40 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |