freebsd-ports/devel/py-RPyC/pkg-descr
Wen Heping 4917ab1739 - Update to 3.2.3 [1]
- Update WWW and MASTER_SITES [1]
- Support stage build
- Reset maintainer to ports@

PR:		182378 [1]
Submitted by:	Kozlov Sergey <kozlov.sergey.404@gmail.com> [1]
2013-09-30 06:16:22 +00:00

8 lines
428 B
Text

RPyC(pronounced like 'are-pie-see'), or Remote Python Call, is a
transparent and symmetrical python library for remote procedure
calls, clustering and distributed-computing. RPyC makes use of
object-proxying, a technique that employs python's dynamic nature,
to overcome the physical boundaries between processes and computers,
so that remote objects can be manipulated as if they were local.
WWW: http://rpyc.readthedocs.org/