Metadata-Version: 1.1
Name: igloo
Version: 0.1.0
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 [-dflmrqt] [-p PROFILE | -u URL] ([-in] -e EXPR | FILENAME ...)
          igloo (-s | --stream) [-bdr] [-p PROFILE | -u URL] FILENAME
          igloo (-c | --config) [add URL [PROFILE] | delete PROFILE | list]
          igloo -h | --help | -v | --version
        
        Arguments:
          FILENAME                      The file to transfer.
        
        Options:
          -b --binary                   Don't decode stdout (when piping binary files).
          -c --config                   Configuration mode.
          -d --debug                    Enable full exception traceback.
          -e EXPR --expr=EXPR           Regular expression to filter filenames.
          -f --force                    Force overwrite.
          -h --help                     Show this screen.
          -i --case-insensitive         Case insensitive matching.
          -l --list                     Only show matching filenames.
          -m --move                     Delete origin copy.
          -n --no-match                 Inverse match.
          -p PROFILE --profile=PROFILE  Profile [default: default].
          -q --quiet                    No output.
          -r --remote                   Remote mode.
          -s --stream                   Streaming mode.
          -u URL --url=URL              Url to SCP to (will override any profile).
          -v --version                  Show version.
        
        Todo:
          -t --track                    Track progress.
          -z --zip                      Zip on the fly.
          --clean                       Like list but remove.
          Make binary option automatic (checking if output is piped).
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
