From: Jonathan Fine on
hiral wrote:
> Hi,
>
> Is there any module/utility like 'rsync' in python.
>
> Thank you in advance.

Not exactly what you asked for, but Mercurial provides a Python
interface. You might find this URL a good starting point:
http://mercurial.selenic.com/wiki/MercurialApi

--
Jonathan
From: Paul Rudin on
Jonathan Fine <J.Fine(a)open.ac.uk> writes:

> hiral wrote:
>> Hi,
>>
>> Is there any module/utility like 'rsync' in python.
>>
>> Thank you in advance.
>
> Not exactly what you asked for, but Mercurial provides a Python
> interface. You might find this URL a good starting point:
> http://mercurial.selenic.com/wiki/MercurialApi

Mercurial isn't really a substitute for rsync... whilst there's a little
bit of overlap they're different things intended to address different
problems.
From: Ben Finney on
hiral <hiralsmaillist(a)gmail.com> writes:

> Is there any module/utility like 'rsync' in python.

Your first port of call for such queries should be PyPI
<URL:http://pypi.python.org/>, using its search feature.

In this case, the first several hits address your question.

--
\ “I lost a button-hole.” —Steven Wright |
`\ |
_o__) |
Ben Finney