Metadata-Version: 2.1
Name: rdiff
Version: 0.2.2
Summary: An native python implementation of the rdiff tool by librsync
Home-page: https://github.com/MohitPanchariya/rdiff
Author: Mohit Panchariya
Author-email: iammohitpanchariya@gmail.com
Keywords: rdiff,librsync,native,python
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

#  RDIFF

This project is an implementation of the rdiff tool of librsync used for finding
the diff of a file on a remote machine.
(https://github.com/librsync/librsync/blob/master/doc/rdiff.md). 

## Note:
This tool isn't concerned with how the signature, and delta files are
sent/received over the network. Its only concerened with working with these files
and performing the patch.
