Metadata-Version: 2.4
Name: memorylake
Version: 0.1.0
Summary: MemoryLake
Author-email: Powerdrill Authors <info@powerdrill.ai>
Project-URL: Homepage, https://data.cloud/memorylake
Project-URL: Repository, https://github.com/powerdrillai/memorylake-client
Keywords: memorylake,memory,ai,llm,agent
Classifier: Development Status :: 3 - Alpha
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anthropic>=0.69.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic>=2.9.2
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
Requires-Dist: typeguard==4.4.2
Requires-Dist: typing_extensions>=4.0.0
Provides-Extra: dev
Requires-Dist: pytest==8.4.2; extra == "dev"
Requires-Dist: pytest-asyncio==1.2.0; extra == "dev"
Requires-Dist: pytest-xdist[psutil]==3.8.0; extra == "dev"
Requires-Dist: pytest-cov==7.0.0; extra == "dev"
Requires-Dist: pytest-dotenv==0.5.2; extra == "dev"
Requires-Dist: pytest-timeout==2.4.0; extra == "dev"
Requires-Dist: pytest-mock==3.15.1; extra == "dev"
Requires-Dist: isort==6.1.0; extra == "dev"
Requires-Dist: autopep8==2.3.2; extra == "dev"
Requires-Dist: basedpyright==1.31.6; extra == "dev"
Requires-Dist: flake8==7.3.0; extra == "dev"
Requires-Dist: pep8-naming==0.15.1; extra == "dev"
Requires-Dist: mccabe==0.7.0; extra == "dev"
Requires-Dist: pycodestyle==2.14.0; extra == "dev"
Requires-Dist: pyflakes==3.4.0; extra == "dev"
Requires-Dist: shellcheck-py==0.11.0.1; extra == "dev"
Requires-Dist: shfmt-py==3.12.0.2; extra == "dev"
Requires-Dist: codespell==2.4.1; extra == "dev"
Dynamic: license-file

# MemoryLake

[![codecov](https://codecov.io/gh/powerdrillai/memorylake-client/branch/main/graph/badge.svg)](https://codecov.io/gh/powerdrillai/memorylake-client)
[![versions](https://img.shields.io/pypi/pyversions/memorylake.svg)](https://github.com/powerdrillai/memorylake-client)
[![license](https://img.shields.io/github/license/powerdrillai/memorylake-client.svg)](https://github.com/powerdrillai/memorylake-client/tree/main/LICENSE)

## Developer Setup

**Prerequisites:** Python 3.9

**Install:**

```bash
pip install -e .[dev]
```

**Development Commands:**

```bash
./cicd/format.sh                 # Format code
./cicd/check-all-locally.sh      # Run all checks  
./cicd/test-all.sh               # Run tests
```
