cberner / boostedblob

Command line tool and async library to perform basic file operations on local paths, Google Cloud Storage paths and Azure Blob Storage paths.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Command line tool and async library to perform basic file operations on local paths, Google Cloud Storage paths and Azure Blob Storage paths.


Languages

Language:Python 99.9%Language:Shell 0.1%