{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/17"}],"enrichment":{"capability":"Provides a Python client library for the Supermemory REST API with full type hints, supporting both synchronous and asynchronous operations.","skillfed_tags":["api-client","async-support","typed-sdk"],"use_cases":["Search and retrieve documents from Supermemory using natural language queries within a Python application","Build a memory management system that stores, updates, and retrieves user-specific information with temporal context","Integrate Supermemory into an async Python service for non-blocking document uploads and searches","Implement error handling and retry logic for API calls to Supermemory with automatic backoff","Use typed request/response objects to catch API integration bugs early via static type checking"],"what_it_does":"Supermemory is an official Python SDK for the Supermemory REST API, generated using Stainless. It provides a typed client interface for interacting with Supermemory's document storage and search capabilities. The library includes full type definitions for request parameters and response fields, enabling IDE autocomplete and type checking. It offers both synchronous (Supermemory) and asynchronous (AsyncSupermemory) clients, both powered by httpx.\n\nThe package handles common API concerns: automatic retries for transient failures (2 retries by default for connection errors, timeouts, rate limits, and server errors), configurable timeouts, and detailed error handling with specific exception types for different HTTP status codes. Responses are Pydantic models with helper methods for JSON serialization and dictionary conversion. The async client can optionally use aiohttp as its HTTP backend for improved concurrency performance.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, uses permissive licensing, and offers low installation friction. It is suitable for any Python 3.9+ project needing to integrate with Supermemory. The typed interface and built-in error handling reduce integration friction. The main prerequisite is a valid Supermemory API key."},"id":"supermemory","links":{"html":"https://skillfed.io/packages/supermemory","md":"https://skillfed.io/packages/supermemory.md","pypi":"https://pypi.org/project/supermemory/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-14","license_spdx":null,"license_treatment":"permissive","name":"supermemory","python_support":"supports_current","summary":"The official Python library for the supermemory API"},"popularity":{"monthly_downloads":162832,"position":10584,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.59.0"}
