pysync 2.24 review
Downloadpysync project is a Python implementation of rsync and related algorithms. Pysync has both a demonstration implementation of the r
|
|
pysync project is a Python implementation of rsync and related algorithms.
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.
What's New in This Release:
Updated README to remove references to librsync patches now 0.9.6 ishere, and minor cleanups.
Updated NEWS and TODO to be a bit prettier.
pysync 2.24 keywords