freshcrate
Skin:/
Home > Databases > boostedblob

boostedblob

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

Why this rank:Release freshnessHealthy release cadence

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](https://github.com/christopher-hesse/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: ```sh bbb --help ``` For help with a specific command: ```sh bbb ls --help ``` To enable tab completion, add the following to your shell config (replacing `zsh` with `bash`, if appropriate): ```sh 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](CONTRIBUTING.md)

Release History

VersionChangesUrgencyDate
1.0.0Imported from PyPI (1.0.0)Low4/21/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

alibabacloud-adb20211201Alibaba Cloud adb (20211201) SDK Library for Pythonmaster@2026-06-06
ydbYDB Python SDK3.29.1
typerTyper, build great CLIs. Easy to code. Based on Python type hints.0.26.7
django-timezone-fieldA Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects.main@2026-06-03
azure-storage-blobMicrosoft Azure Blob Storage Client Library for Pythonazure-mgmt-computelimit_1.1.0

More from pypi

markitdownUtility tool for converting various files to Markdown
fastapiFastAPI framework, high performance, easy to learn, fast to code, ready for production
djangoA high-level Python web framework that encourages rapid development and clean, pragmatic design.
flaskA simple framework for building complex web applications.

More in Databases

orbitOne API for 20+ LLM providers, your databases, and your files — self-hosted, open-source AI gateway with RAG, voice, and guardrails.
alibabacloud-adb20211201Alibaba Cloud adb (20211201) SDK Library for Python
milvusMilvus is a high-performance, cloud-native vector database built for scalable vector ANN search
WeKnoraLLM-powered framework for deep document understanding, semantic retrieval, and context-aware answers using RAG paradigm.