released: RPyC 2.55

2006-05-08 Thread sebulba
Remote Python Call (RPyC) - transparent and symmetrical python RPC and distributed computing library download and info: http://rpyc.wikispaces.com full changelog: http://rpyc.wikispaces.com/changelog release notes: http://rpyc.wikispaces.com/release+notes major changes: * added isinstance and iss

released: RPyC 2.60

2006-05-19 Thread sebulba
Remote Python Call (RPyC) 2.60 has been released. changelog: * added: __version__ to the package (i.e., assert Rpyc.__version__ > (2,50)) * added deliver, the counterpart of obtain() * deliver and obtain now support transfering functions * added DeliveringNamespace * added isp

Construct 2.00 (RC1) released

2006-12-19 Thread sebulba
http://pyconstruct.wikispaces.com Construct is a library for parsing and building (AKA packing and unpacking) of data structures such as in-memory structures, file formats, or network protocols. Unlike other libraries, Construct is _declarative_, meaning you define the data structure, and not the

Construct 2.00 released

2007-01-12 Thread sebulba
Construct, the "Parsing Made Fun" library, is proud to release it's second revision! More info and download at: http://construct.wikispaces.com/ Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in

New mailing list mirrors

2007-06-10 Thread sebulba
Hi all, I created two new google groups to mirror the activity of python-dev and python-3000: * http://groups.google.com/group/python-3000 * http://groups.google.com/group/python-dev2 There are many mirrors out there, but none of them lets you post to a thread. With google groups you can just hit

ANN: RPyC 3.00 Beta

2008-06-08 Thread sebulba
I'm glad to announce that RPyC has finally hit the 3.00 Beta release, after more than two years of careful planning :) Official site: http://rpyc.wikispaces.com This release is aimed for beta-testers. Regular users should wait for the final release in the coming weeks. If you would like to read m

ANN: RPyC 3.00 RC1

2008-06-28 Thread sebulba
RPyC, the transparent RPC library for python, has reached 3.00 RC1. homepage: http://rpyc.wikispaces.com download: http://sourceforge.net/project/showfiles.php?group_id=155578 final released expected within 3-4 weeks. -tomer -- http://mail.python.org/mailman/listinfo/python-announce-list

ANN: RPyC 3.00 RC2

2008-10-27 Thread sebulba
Release candidate 2 of RPyC 3.00 has been released! RPyC (Remote Python Call) is a python library for *transparent* and symmetric RPC and distributed computing. website:http://rpyc.wikispaces.com download: http://sourceforge.net/project/showfiles.php?group_id=155578&package_id=173301 here's a s

RPyC has a new site

2008-11-05 Thread sebulba
RPyC (Remote Python Call), the transparent and symmetric RPC library for python, has a new and improved site to celebrate the upcoming final release of version 3.00. http://rpyc.wikidot.com/ -tomer -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Softwa

ANN: RPyC 3.00-final released!

2008-11-12 Thread sebulba
RPyC (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 t