diff options
author | darcy <darcy@pkgsrc.org> | 2004-12-31 10:13:56 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2004-12-31 10:13:56 +0000 |
commit | 6c241059077df315fa727a1b9696fadb8ae00408 (patch) | |
tree | 252df599b8214ae18d8b16e2e73d8ffd61480c39 /devel/py-Pyro/DESCR | |
parent | 6467ba735beaf8aae03e8c3f85ea69a9ac90eafa (diff) | |
download | pkgsrc-6c241059077df315fa727a1b9696fadb8ae00408.tar.gz |
Initial import of Pyro from pkgsrc-wip.
Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use. It resembles Java's Remote Method
Invocation (RMI). It is less similar to CORBA - which is a system- and
language independent Distributed Object Technology and has much more to
offer than Pyro or RMI. But Pyro is small, simple and free (MIT software
license).
Get the manual from
http://pyro.sourceforge.net/pyro-manual/PyroManual.html
Check quite impressive success stories on
http://pyro.sourceforge.net/projects.html
Diffstat (limited to 'devel/py-Pyro/DESCR')
-rw-r--r-- | devel/py-Pyro/DESCR | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/py-Pyro/DESCR b/devel/py-Pyro/DESCR new file mode 100644 index 00000000000..56bee28d776 --- /dev/null +++ b/devel/py-Pyro/DESCR @@ -0,0 +1,15 @@ +Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful +Distributed Object Technology system written entirely in Python, that is +designed to be very easy to use. It resembles Java's Remote Method +Invocation (RMI). It is less similar to CORBA - which is a system- and +language independent Distributed Object Technology and has much more to +offer than Pyro or RMI. But Pyro is small, simple and free (MIT software +license). + +Get the manual from + + http://pyro.sourceforge.net/pyro-manual/PyroManual.html + +Check quite impressive success stories on + + http://pyro.sourceforge.net/projects.html |