On Tue, May 10, 2005 at 05:21:30PM +1000, Timothy Smith wrote:
> i need something which has a python library, so far i haven't seen 
> anything like that for rsync. i'll check out the others but

http://osx.freshmeat.net/projects/pysync/

    """
    Pysync has both a demonstration implementation of the rsync and
    related algorithms in pure Python, and a high speed librsync Python
    extension. The pure Python is not fast and is not optimized, however
    it does work and provides a simple implementation of the algorithm
    for reference and experimentation. It includes a combination of
    ideas taken from librsync, xdelta, and rsync. The librsync Python
    extension is less flexible and harder to understand, but is very
    fast.
    """
-- 
Gerhard Häring - [EMAIL PROTECTED] - Python, web & database development

pysqlite - Powerful and fast embedded database engine "SQLite" for Python.

Attachment: signature.asc
Description: Digital signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to