Momento Python SDK
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 API Key is required; you can get one from the Momento Web Console.
Resources
- Getting started with Momento Cache in Python
- Getting started with Momento Topics in Python
- Python SDK Examples: working example projects that illustrate how to use 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-pycode! See also our Redis Client Compatibility page.