GitXplorerGitXplorer
h

boostedblob

public
23 stars
19 forks
2 issues

Commits

List of commits on branch master.
Unverified
0b34a99531669f08f2142a20b9cf41beee937564

azure_auth: mention container in error message

hhauntsaninja committed a month ago
Unverified
0c6a799d7f77b837c9f16326aa5e32ff140693df

bump version

hhauntsaninja committed 2 months ago
Unverified
74e0ed3b63f64b305e32d1815294d8721c74ac57

update changelog

hhauntsaninja committed 2 months ago
Unverified
a6bb0417c357775a554034cbd2305f41d400d49c

Fix utcnow deprecations

hhauntsaninja committed 3 months ago
Verified
baeada3413ec03629bf5e79890826db7e11957f4

Remove dependency on uvloop for windows (#25)

mmivanit committed 3 months ago
Unverified
3b9fda74dc13e8773b49378e1617896951017581

cli: empty EDITOR defaults to vi

hhauntsaninja committed 3 months ago

README

The README file for this repository.

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.8 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

For developer documentation (getting started, running tests, debugging tricks, codebase tips), see CONTRIBUTING.md