Metadata-Version: 2.1
Name: quickdrop
Version: 0.1
Summary: Quickly get a shared link for any file or folder in a Dropbox-synced folder
Home-page: https://github.com/zevaverbach/quickdrop
License: UNKNOWN
Description: # QuickDrop
        
        This is a simple CLI for quickly sharing a file or folder via Dropbox 
        that's already located in a Dropbox folder.
        
        It's as simple as 
        
            $ export DROPBOX_ACCESS_TOKEN=yourdropboxaccesstoken
            $ export DROPBOX_ROOT_PATH=yourdropboxrootpath
            $ pip install quickdrop
        
            Collecting quickdrop
            ...
            Successfully installed quickdrop-x.y.z
        
            $ url <filepath.whatever>
        
            Okay, <filepath.whatever> is now shared, accessible via
            https://www.dropbox.com/sh/bunchofrandomchars/morerandomcharsnstuff?dl=0.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
