Metadata-Version: 2.4
Name: cubememory
Version: 0.1.0
Summary: Official Python SDK for Cube Memory — semantic search with 100% exact recall
Author-email: Ronny Guerreiro <ynnor.guerreiro@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://cubememory.com.br
Project-URL: Documentation, https://cubememory.com.br/docs
Project-URL: Repository, https://github.com/cubememory/sdk-python
Keywords: vector-search,semantic-search,rag,llm-memory,mcp,cube-memory
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: requests>=2.28
Provides-Extra: async
Requires-Dist: httpx>=0.25; extra == "async"
Provides-Extra: all
Requires-Dist: httpx>=0.25; extra == "all"
