Metadata-Version: 1.0
Name: throw
Version: 0.1-18-g70c7
Summary: Simply share files from the command line
Home-page: http://github.com/rjw57/throw
Author: Rich Wareham
Author-email: rjw57@cam.ac.uk
License: Apache 2.0
Description: Throw - A simple file sharing solution
        ======================================
        
        Throw is a simple utility designed to allow you to share a file, set of files
        or directory of files quickly and easily from the command-line.
        
        Usage
        -----
        
        To send the file 'funny-picture.png' to 'steve@example.com', just do the
        following:
        
            $ throw --to steve@example.com funny-picture.png
        
        If you omit the `--to steve@example.com`, throw will ask you for the e-mail
        address to send the file to.
        
Keywords: file sharing throw email
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
