py2store.examples.dropbox_w_urllib

Dropbox read access with mapping interface – using only builtins

class py2store.examples.dropbox_w_urllib.DropboxFileCopyReader(url, path=None)[source]
class py2store.examples.dropbox_w_urllib.DropboxFolderCopyReader(url, path='/tmp')[source]

Makes a full local copy of the folder (by default, to a local temp folder) and gives access to it.