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.
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)"
Note that the quotes are necessary. You can also inline the result of bbb complete init zsh
into
your shell config to make your shell startup a little faster.
Contributing
To get started with developing boostedblob and running tests, 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.6.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16c2723d7c83ff383665de47ba9946b418c00ee2187a8cfb05ff10b88e5c8805 |
|
MD5 | e66134f60c05a989bfe2dcddb4cb9f44 |
|
BLAKE2b-256 | 8d7dd5ae03718ab487876599f458af7c0d612851a571162cd886a4de44cd9097 |