File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1-
21Pyrolite - Python Remote Objects "light" and Pickle for Java/.NET
32
43 Pyrolite is written by Irmen de Jong (
[email protected] ).
@@ -18,7 +17,7 @@ Contents:
1817
1918This library allows your Java or .NET program to interface very easily with
2019the Python world. It uses the Pyro protocol to call methods on remote
21- objects. (See http ://irmen.home.xs4all.nl/pyro/ ).
20+ objects. (See https ://github.com/irmen/Pyro4 ).
2221Pyrolite contains and uses a feature complete pickle protocol
2322implementation to exchange data with Pyro/Python.
2423
@@ -65,6 +64,8 @@ Same piece of example code in C#:
6564 }
6665
6766More examples can be found in the examples directory.
67+ You could also study the unit tests. These include a lot of code dealing
68+ with just the pickle subsystem as well.
6869
6970
70712. THE LIBRARY
You can’t perform that action at this time.
0 commit comments