Metadata-Version: 2.4
Name: momentoai
Version: 0.1.0
Summary: Python SDK for Momento AI — image vectorization, face search, and CLIP embeddings with user-supplied Supabase credentials.
Author-email: Manil Modi <msmodi1701@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/ManilModi/MomentoAI-SDK
Project-URL: Documentation, https://github.com/ManilModi/MomentoAI-SDK#readme
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.24.1
Requires-Dist: typing-extensions
Dynamic: license-file

# Momento AI


**Momento AI** is a lightweight, async Python SDK for interacting with your Momento AI FastAPI service deployed on Cloud Run. It wraps common operations (upload/vectorize, face search, CLIP search, event images) into a user-friendly client.


## Features


- Async-first client (httpx)
- Helper utilities for retries and validation
- Example usage and a simple test
- CI workflow for packaging & tests


## Quickstart


```bash
pip install MomentoAI
# or install local editable for development
pip install -e .
