Metadata-Version: 1.0
Name: updatedir
Version: 0.1.1
Summary: Rsync-like directory updating over multiple protocols
Home-page: http://github.com/saffsd/updatedir
Author: Marco Lui
Author-email: saffsd@gmail.com
License: GPL
Description: Introduction
        ==========================
        
        updatedir is a python module which pushes updates from one directory to another.
        It is intended to automatically handle the transport layer.
        
        As of 0.1, only local update and update over ssh are supported.
        
        The update algorithm is also rather stupid - it just skips any files if the filename
        already exists. This could be made more sophisiticated, but is beyond my current needs.
        
        
        Credits
        -------
        
        - `Paramiko`_
        - `Distribute`_
        - `Buildout`_
        - `modern-package-template`_
        
        .. _Paramiko: http://www.lag.net/paramiko/
        .. _Buildout: http://www.buildout.org/
        .. _Distribute: http://pypi.python.org/pypi/distribute
        .. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template
        
        
        .. This is your project NEWS file which will contain the release notes.
        .. Example: http://www.python.org/download/releases/2.6/NEWS.txt
        .. The content of this file, along with README.rst, will appear in your
        .. project's PyPI page.
        
        News
        ====
        
        0.1.1
        ---
        
        *Release date: 18-Aug-2010*
        
        * Added recurisve directory creation for ssh
         
        0.1
        ---
        
        *Release date: 18-Aug-2010*
        
        * Created updatedir module 
        
        
Platform: UNKNOWN
