GitXplorerGitXplorer
h

boostedblob

public
25 stars
21 forks
2 issues

Commits

List of commits on branch master.
Unverified
3712fb236783abbdee651956317ece464b1159f4

bump version

hhauntsaninja committed 8 days ago
Unverified
2df08894334a1b9cbec632dc595d1e6c6a29be62

update changelog

hhauntsaninja committed 8 days ago
Verified
0f052072b9bf6e38264c84cd8dd305d0bf1ed379

globals: use rename when writing to cache (#27)

hhauntsaninja committed 8 days ago
Verified
5b2339915588abb58c4685eddb3fca6ec7c7b855

Handle EAI_NODATA in _bad_hostname_check (#26)

eeben-openai committed 2 months ago
Unverified
98d63cbd75915e0eed8e036a7762c1581fc3bf09

bump version

hhauntsaninja committed 4 months ago
Unverified
b260ca4d2ec3f3287c86cd65e0f38de53b626cf8

update changelog

hhauntsaninja committed 4 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