Metadata-Version: 1.0
Name: s3cat
Version: 1.0.4
Summary: s3cat lets you fetch all files under a certain directory (either raw or gzipped) into stdout.
Home-page: http://github.com/crosswise/s3cat
Author: Ron Reiter
Author-email: ron@crosswiselabs.com
License: MIT
Description: s3cat tool for Amazon S3
        ========================
        
        s3cat lets you fetch all files under a certain directory (either raw or gzipped) into stdout.
        
        Installing:
        -----------
        
            sudo pip install s3cat
        
        
        Usage:
        ------
        
            usage: s3cat [-h] [-r RETRIES] [-w WORKERS] url
        
            positional arguments:
              url                   S3 URL or local file path
        
            optional arguments:
              -h, --help            show this help message and exit
              -r RETRIES, --retries RETRIES
                                    Number of attempts
              -w WORKERS, --workers WORKERS
                                    Number of concurrent downloads
        
        Author:
        -------
        
            Ron Reiter <ron@crosswiselabs.com>
        
        
Platform: UNKNOWN
