Metadata-Version: 1.1
Name: igloo
Version: 0.0.24
Summary: A command line SCP client
Home-page: http://github.com/mtth/igloo/
Author: Matthieu Monsch
Author-email: monsch@mit.edu
License: MIT
Description: Igloo: a command line SCP client.
        
        Usage:
          igloo [-bdrs] [-p PROFILE | -u URL] FILENAME ...
          igloo [-abd] [-p PROFILE | -u URL] --list
          igloo -h | --help | --version
        
        Arguments:
          FILENAME                      The file to transfer. If in uploading mode
                                        (default) with streaming mode activated this
                                        will only be used as remote filename. If in
                                        remote mode, the file to fetch.
        
        Options:
          -a --all                      Show/delete all files (including hidden).
          -b --binary                   Don't decode stdout. This is useful when piping
                                        binary files.
          -d --debug                    Enable full exception traceback.
          -h --help                     Show this screen.
          -p PROFILE --profile=PROFILE  Profile [default: default].
          -r --remote                   Remote mode.
          -s --stream                   Streaming mode.
          -t --track                    Track progress.
          -u URL --url=URL              Url to SCP to.
          --version                     Show version.
        
        Todo:
          On the fly, zipping/unzipping (-z --zip).
          Clean folder (--clean).
          Make binary option automatic (checking if output is piped).
          Force option that doesn't check if overwriting a file (-f --force).
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
