Metadata-Version: 1.1
Name: igloo
Version: 0.0.14
Summary: A command line sftp 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 put [-t] [-f FOLDER] [FILE]
          igloo get [-s | -t] [-f FOLDER] [FILE]
          igloo config [-u URL] [-d DEFAULT] [-a ALIAS]
          igloo -h | --help | --version
        
        Examples:
          igloo put my_file.txt
          igloo put -f private < my_code.py
          echo 'hello world!' | igloo put
        
        Arguments:
          FILE                          File to copy. If no file is specified standard
                                        input will be used instead.
        
        Options:
          -h --help                     Show this screen.
          --version                     Show version.
          -f FOLDER --folder=FOLDER     Folder to save/fetch the file to/from.
          -s --stream                   Stream the file to stdout instead of saving it 
                                        to a file.
          -t --track                    Track progress.
          -u URL --url=URL              SSH URL.
          -a ALIAS --alias=ALIAS        Url alias.
          -d DEFAULT --default=DEFAULT  Default folder [default: public].
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
