Skip to main content

Dropbox implementation following fsspec implementation

Project description

Description

This package is one of the implementation available in the fsspec module. It can be used alone, with fsspec, dask or intake by indicating the protocol in the path file:

dropbox://file_path

Be careful: There are for the moment at least no unity/integration tests on this implementation (alpha version).

It can also be used directly from the fsspec module to download and upload files in the github account.

The upload part is using the dropbox API.

The download part is using the dropbox API to create a temporary link and then used the already existing https implementation. Caching (see fsspec module) is available in that case.

The documentation of the fsspec module can be found here.

It has also been tested as compatible with Intake module.

Don't hesitate to open an issue in case of bugs or just to indicate your use-case.

Install

pip install dropboxdrivefs

Changelog

[1.1.0]

Fixed

  • Ability to use with intake module by returning directly a https file system object instead of a dropbox file system object.

[1.0.0]

Added

  • Dropbox implementation following the template given by fsspec.
  • Is working on his own and via fsspec module

Thanks

Thanks to martindurant and TomAugspurger for the help to developping this implementation see info about the development: https://github.com/intake/filesystem_spec/pull/207

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dropboxdrivefs-1.1.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

dropboxdrivefs-1.1.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page