Skip to content

Commit 363e623

Browse files
committed
Update README.txt
pyro url fix
1 parent 8adc470 commit 363e623

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Pyrolite - 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

1918
This library allows your Java or .NET program to interface very easily with
2019
the 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).
2221
Pyrolite contains and uses a feature complete pickle protocol
2322
implementation to exchange data with Pyro/Python.
2423

@@ -65,6 +64,8 @@ Same piece of example code in C#:
6564
}
6665

6766
More 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

7071
2. THE LIBRARY

0 commit comments

Comments
 (0)