abo's pysync 2.24
A Python implementation of the rsync algorithm
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.
- Author: Donovan Baarda
- Home Page: http://freshmeat.net/projects/pysync/
- Download URL: http://minkirri.apana.org.au/pub/python/pysync/
- Keywords: rsync
- License: GNU Lesser General Public License (LGPL)
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Communications :: File Sharing
- Topic :: Education
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: System :: Archiving :: Mirroring
- Package Index Owner: htgoebel
- DOAP record: abo's pysync-2.24.xml
