Difference between revisions of "Pysync"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=pysync |Short description=Implementation of the rsync algorithm in Python |Full description='pysync' has both a demonstration implementation of the rsync and relate...")
 
(No version changes)
Line 3: Line 3:
 
|Short description=Implementation of the rsync algorithm in Python
 
|Short description=Implementation of the rsync algorithm in Python
 
|Full description='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.
 
|Full description='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.
 +
|Homepage URL=https://pypi.python.org/pypi/pysync
 
|User level=none
 
|User level=none
|Status=Live
 
 
|Component programs=pysync.py,librsync.py
 
|Component programs=pysync.py,librsync.py
|Homepage URL=http://freshmeat.net/projects/pysync/
 
|VCS checkout command=
 
 
|Computer languages=Python
 
|Computer languages=Python
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Rsync,Librsync,rdate,rsync-incr,rsyncbackup
 
|Related projects=Rsync,Librsync,rdate,rsync-incr,rsyncbackup
 
|Keywords=Compression,Python,rsync,librsync,xdelta
 
|Keywords=Compression,Python,rsync,librsync,xdelta
|Is GNU=n
 
|Last review by=Janet Casey
 
|Last review date=2004-03-04
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=2.24
 
|Version identifier=2.24
 
|Version date=2003-10-17
 
|Version date=2003-10-17
 
|Version status=stable
 
|Version status=stable
|Version download=ftp://minkirri.apana.org.au/pub/python/pysync/pysync-2.24.tar.bz2
+
|Version download=http://minkirri.apana.org.au/pub/python/pysync/pysync-2.24.tar.bz2
 +
|Version comment=2.24 stable released 2003-10-17
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/22
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Status=
 +
|Is GNU=No
 +
|License verified date=2003-10-17
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=Janet Casey
 
|License verified date=2003-10-17
 
|License verified date=2003-10-17
|Version comment=2.24 stable released 2003-10-17
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Donovan Baarda
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Donovan Baarda
 
 
|Email=abo@minkirri.apana.org.au
 
|Email=abo@minkirri.apana.org.au
 
|Resource URL=
 
|Resource URL=
Line 45: Line 44:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=LGPLv2.1orlater
 
|License verified by=Janet Casey
 
|License verified date=2003-10-17
 
}}
 

Revision as of 16:28, 22 February 2017


[edit]

pysync

https://pypi.org/project/pysync
Implementation of the rsync algorithm in Python

'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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

17 October 2003




Leaders and contributors

Contact(s)Role
Donovan Baarda Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:abo@minkirri.apana.org.au
Python (Ref)https://pypi.org/project/pysync


Software prerequisites




Entry


















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.