{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"}],"enrichment":{"capability":"Provides runtime cache helpers for Vercel Python applications, supporting both synchronous and asynchronous code with automatic fallback to in-memory caching when environment variables are unavailable.","skillfed_tags":["vercel-platform","async-cache"],"use_cases":["Cache API responses or computed data in Vercel-deployed Python applications to reduce latency and external API calls.","Use async caching in high-concurrency serverless functions to improve throughput without blocking.","Develop locally with the same caching API that works in production, relying on in-memory fallback during development.","Store session data or temporary computation results across function invocations within Vercel's runtime constraints."],"what_it_does":"vercel-cache is a lightweight caching library designed specifically for Python applications running on Vercel's platform. It exposes a simple API for both synchronous and asynchronous code to access runtime cache, abstracting away the complexity of Vercel's environment-based caching setup. When Vercel's cache environment variables are not available\u2014such as during local development or in other deployment contexts\u2014the package automatically falls back to an in-memory cache, ensuring your code doesn't break in different environments.\n\nThe package is built on top of httpx, vercel-headers, and vercel-internal-telemetry, keeping dependencies minimal. It targets modern Python (3.10+) and maintains an active release cycle, suggesting ongoing support for Vercel's platform changes.","worth_installing":"Yes, if you are building Python applications on Vercel. The package is actively maintained, has low install friction, carries a permissive MIT license, and solves a real problem\u2014providing a unified caching interface that works both in Vercel's managed environment and during local development. No known security vulnerabilities. Install it if you need caching in a Vercel Python project; skip it if you are not deploying to Vercel."},"id":"vercel-cache","links":{"html":"https://skillfed.io/packages/vercel-cache","md":"https://skillfed.io/packages/vercel-cache.md","pypi":"https://pypi.org/project/vercel-cache/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-08","license_spdx":"MIT","license_treatment":"permissive","name":"vercel-cache","python_support":"supports_current","summary":"Runtime cache helpers for Vercel Python applications"},"popularity":{"monthly_downloads":1026984,"position":4475,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.7.2"}
