{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities"}],"enrichment":{"capability":"boostedblob is a command-line tool and async library for performing file operations across local filesystems, Google Cloud Storage, and Azure Blob Storage with a unified interface.","skillfed_tags":["cloud-storage","async-io","cli-tool"],"use_cases":["Migrate or sync files between local storage and Google Cloud Storage or Azure Blob Storage from the command line","Write Python scripts that read from or write to cloud storage with the same code path as local files","Perform bulk file operations (listing, copying, deleting) across cloud storage with built-in concurrency control","Combine local and cloud file operations in a single workflow without switching tools or libraries"],"what_it_does":"boostedblob unifies file operations across local paths, Google Cloud Storage, and Azure Blob Storage through a single command-line tool and Python async library. It abstracts away the differences between these storage backends, letting you use the same operations (ls, cp, rm, etc.) regardless of where your files live. The package is built on aiohttp, lxml, pycryptodomex, and uvloop to handle concurrent operations efficiently.\n\nThe library's core feature is a concurrent.futures-like interface for composing and running async tasks within a concurrency limit, exposed through boostedblob/boost.py. This makes it practical to perform bulk operations on cloud storage without overwhelming the network or hitting rate limits. It's useful both as a standalone CLI tool for ad-hoc cloud file management and as a library for Python applications that need to work with multiple storage backends.","worth_installing":"Yes, if you need unified file operations across local, GCS, and Azure Blob Storage. The package is actively maintained, has low install friction, carries no known vulnerabilities, and uses a permissive MIT license. It's well-positioned in the top 5000 packages by download volume. Install it if multi-cloud file handling is part of your workflow; skip it if you only work with a single storage backend."},"id":"boostedblob","links":{"html":"https://skillfed.io/packages/boostedblob","md":"https://skillfed.io/packages/boostedblob.md","pypi":"https://pypi.org/project/boostedblob/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-30","license_spdx":"MIT","license_treatment":"permissive","name":"boostedblob","python_support":"supports_current","summary":"Command line tool and async library to perform basic file operations on local paths, Google Cloud Storage paths and Azure Blob Storage paths."},"popularity":{"monthly_downloads":16598375,"position":1146,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
