Metadata-Version: 1.0
Name: codebackup
Version: 1.0b1
Summary: A simple tool to backup your Github and Bitbucket repositories
Home-page: http://github.com/srid/codebackup
Author: Sridhar Ratnakumar
Author-email: sridhar.ratna@gmail.com
License: MIT
Description: codebackup
        ==========
        
        A simple command line tool to backup all of your Github and Bitbucket
        repositories to the specified directory.
        
        Installing
        ----------
        
        Use one of the following commands (the later works in ActivePython)::
        
            $ sudo pip install codebackup
            
            $ pypm install codebackup
        
        Usage
        -----
        
        ::
        
            $ codebackup --github-user=srid --bitbucket-user=srid ~/Dropbox/codebackup
        
        Credits
        -------
        
        - `github-simple-backup`_, original inspiration
        - `Distribute`_
        - `Buildout`_
        - `modern-package-template`_
        
        .. _`github-simple-backup`: http://github.com/jbalogh/github-simple-backup
        .. _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
        ====
        
        1.0b1
        -----
        
        *Release date: 11-Apr-2010*
        
        * Initial release
        
        
Keywords: github bitbucket backup mercurial git
Platform: UNKNOWN
