Momento Python SDK

Welcome to the Momento Python SDK documentation!
The Momento Python SDK is available via the pypi package momento
.
The source code can be found on GitHub: momentohq/client-sdk-python.
Requirements
- Python 3.7 or above is required
- A Momento Auth Token is required; you can get one from the Momento Web Console.
Resources
- Python SDK Cheat Sheet
- Python SDK Examples: working example projects that illustrate how to use the Python SDK
- COMING SOON: Observability: Logging and Client-side Metrics with the Python SDK
- COMING SOON: Taking your code to prod: Configuration and Error handling in the Python SDK
Integrations
- Redis Compatibility Client for
redis/redis-py
- a drop-in replacement that allows you to use Momento Cache with your existingredis/redis-py
code! See also our Redis Client Compatibility page.