{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/6"}],"enrichment":{"capability":"A Python client for uploading, downloading, listing, copying, and deleting files in Vercel Blob Storage via its REST API.","skillfed_tags":["blob-storage","vercel-integration","file-management"],"use_cases":["Upload user-generated content or media files to Vercel Blob Storage from a Python backend without writing raw HTTP requests.","Batch delete or copy files across folders in blob storage as part of a data management or cleanup workflow.","Download files from blob storage to a server for processing, with progress tracking via verbose output.","List and paginate through large collections of stored blobs to implement file browsing or inventory features.","Upload large video or media files using multipart uploads to improve resilience and potentially speed up transfers."],"what_it_does":"vercel_blob is a Python wrapper around the Vercel Blob Storage REST API, providing methods to manage files stored in Vercel's blob service. It abstracts HTTP requests into simple Python functions for listing, uploading, downloading, deleting, copying, and inspecting file metadata. The package depends on requests, urllib3, certifi, and tqdm for HTTP communication and progress reporting.\n\nThe wrapper supports both simple and multipart uploads, pagination for large file lists, optional random suffixes to prevent overwrites, and verbose progress output during operations. It handles network resilience through built-in retry logic with exponential backoff, though the description notes that Vercel Blob Storage is still in beta and connection errors can occur. The package targets Python 3.10 and later.","worth_installing":"Yes, if you are already using Vercel Blob Storage and want a straightforward Python client. The package has low install friction, no known vulnerabilities, and recent maintenance. However, verify the license terms before use, and be aware that the underlying Vercel Blob Storage service is still in beta\u2014expect possible API changes or connection issues. Not suitable if you need a stable, production-hardened storage abstraction."},"id":"vercel-blob","links":{"html":"https://skillfed.io/packages/vercel-blob","md":"https://skillfed.io/packages/vercel-blob.md","pypi":"https://pypi.org/project/vercel-blob/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-06-07","license_spdx":null,"license_treatment":"unclear","name":"vercel_blob","python_support":"supports_current","summary":"A Python Wrapper for Vercel Blob Storage API"},"popularity":{"monthly_downloads":135905,"position":11415,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.2"}
