Metadata-Version: 1.0
Name: igloo
Version: 0.0.2
Summary: Command line pastebin client
Home-page: http://github.com/mtth/igloo/
Author: Matthieu Monsch
Author-email: monsch@mit.edu
License: MIT
Description: Igloo: a command line pastebin client.
        
        Usage:
          igloo [-t TITLE] [-s SYNTAX] [-p PRIVACY] [-e EXPIRATION] [-f FILE]
          igloo (-l | --list)
          igloo (-h | --help)
          igloo --version
        
        Options:
          -h --help                               Show this screen.
          --version                               Show version.
          -l --list                               View list of snippets.
          -t TITLE --title=TITLE                  Title of snippet.
          -s SYNTAX --syntax=SYNTAX               Highlighting format.
          -p PRIVACY --privacy=PRIVACY            Privacy level [default: unlisted].
          -e EXPIRATION --expiration=EXPIRATION   Lifetime of snippet [default: 1H].
          -f FILE --file=FILE                     File to copy. Standard input will be
                                                  used if no file is specified.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
