{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Hishel is an HTTP caching library for Python that implements RFC 9111 specifications, providing RFC-compliant caching integration for popular HTTP clients like HTTPX, Requests, ASGI, and FastAPI with both synchronous and asynchronous support.","skillfed_tags":["http-caching","rfc-9111","async-support"],"use_cases":["Cache HTTP responses from external APIs in web applications to reduce latency and bandwidth.","Integrate caching into FastAPI or ASGI applications to improve performance of downstream requests.","Cache GraphQL query results with body-sensitive content matching to avoid redundant server calls.","Add transparent caching to existing HTTPX or Requests-based clients with minimal code changes.","Build async services that need efficient HTTP response caching without manual cache management."],"what_it_does":"Hishel is an HTTP caching library that brings RFC 9111-compliant caching to Python HTTP clients. It integrates with HTTPX, Requests, ASGI applications, and FastAPI, allowing you to cache HTTP responses with minimal code changes. The library supports both synchronous and asynchronous workflows, making it suitable for a range of Python applications from simple scripts to complex async services.\n\nThe package uses msgpack for serialization and provides SQLite as its storage backend. It includes configurable caching policies, streaming support to avoid loading large payloads into memory, and specialized support for caching GraphQL queries. Hishel is actively maintained, supports Python 3.10 through 3.14, and carries no known security vulnerabilities.","worth_installing":"Yes. Hishel is a well-maintained, actively developed library with low install friction, permissive licensing, and no known vulnerabilities. It fills a clear need for RFC 9111-compliant HTTP caching in Python. The recent release cycle, active repository, and support for modern Python versions (3.10\u20133.14) make it production-ready. Install it if you need HTTP caching for HTTPX, Requests, FastAPI, or ASGI applications."},"id":"hishel","links":{"html":"https://skillfed.io/packages/hishel","md":"https://skillfed.io/packages/hishel.md","pypi":"https://pypi.org/project/hishel/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-10","license_spdx":null,"license_treatment":"permissive","name":"hishel","python_support":"supports_current","summary":"Elegant HTTP Caching for Python"},"popularity":{"monthly_downloads":5771227,"position":2041,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.3.1"}
