{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/2"}],"enrichment":{"capability":"Provides a unified Python file interface for reading and writing to local filesystems, Google Cloud Storage, and Azure Blob Storage using an API similar to the built-in `open()` function.","skillfed_tags":["cloud-storage","file-abstraction","multi-cloud"],"use_cases":["Process large datasets stored in GCS or Azure without downloading them entirely to local disk first","Write data processing pipelines that work with both local development files and cloud-hosted production data","Migrate file operations between cloud providers by changing only the path prefix, not the code","Implement parallel blob processing with built-in support for concurrent operations across cloud storage","Cache remote files locally for repeated reads while maintaining a unified file interface"],"what_it_does":"Blobfile abstracts away the differences between local filesystem operations and cloud blob storage by exposing a single Python interface modeled on the built-in `open()` function. You can read and write files on Google Cloud Storage (gs://), Azure Blob Storage (az:// or https://), and local paths using the same code, with optional streaming to avoid downloading entire files into memory.\n\nThe library provides both high-level file operations (BlobFile for opening, copy for remote-to-remote transfers, exists, listdir, walk, stat, remove, rmtree) and path utilities (basename, dirname, join) that work uniformly across all three backends. It handles authentication through environment variables or application default credentials, and offers configuration options for connection pooling, timeouts, chunk sizes, and caching behavior.","worth_installing":"Yes, if you work with cloud blob storage and want a simpler, provider-agnostic file interface. The low install friction, active maintenance, public domain license, and lack of known vulnerabilities make it a safe choice. Install only if you actually need multi-cloud or local-plus-cloud file abstraction; if you use only one provider, that provider's native SDK may be more direct."},"id":"blobfile","links":{"html":"https://skillfed.io/packages/blobfile","md":"https://skillfed.io/packages/blobfile.md","pypi":"https://pypi.org/project/blobfile/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-07","license_spdx":null,"license_treatment":"permissive","name":"blobfile","python_support":"supports_current","summary":"Read GCS, ABS and local paths with the same interface, clone of tensorflow.io.gfile"},"popularity":{"monthly_downloads":9649170,"position":1514,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.2.0"}
