Command line tool and async library to perform basic file operations on local paths, Google Cloud Storage paths and Azure Blob Storage paths.
Project description
boostedblob
boostedblob is a command line tool and async library to perform basic file operations on local paths, Google Cloud Storage paths and Azure Blob Storage paths.
boostedblob is derived from the excellent blobfile.
The fun part of implementing boostedblob is boostedblob/boost.py
, which provides a
concurrent.futures
-like interface for running and composing async tasks in a concurrency limited
environment.
Installation
Just run pip install boostedblob
. boostedblob requires Python 3.7 or better.
(For Python 3.9 support, you'll need to run pip uninstall uvloop
)
Usage
For an overview and list of commands:
bbb --help
For help with a specific command:
bbb ls --help
To enable tab completion, add the following to your shell config (replacing zsh
with bash
, if appropriate):
eval "$(bbb complete init zsh)"
Contributing
See CONTRIBUTING.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for boostedblob-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fafab9264e70fad7cf3d25bf82fab91e4a1fba7fe4b041f5da811036b62430bf |
|
MD5 | 3dba736fbc367738f4ed684f33ea34d8 |
|
BLAKE2b-256 | 0deda6bc1e2205860f07003eb268396093d8fc37e64d3236c974e5547618890c |