Metadata-Version: 2.4
Name: engram-ms
Version: 0.0.1
Summary: Tiny placeholder package in the engram family — reserves the engram-ms name.
License-Expression: MIT
Keywords: engram,memory,placeholder
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# engram-ms

A tiny placeholder package in the **engram** family.

This package currently exposes a single function and exists primarily to
reserve the `engram-ms` name on PyPI. Future releases may add real
functionality.

## Install

```bash
pip install engram-ms
```

## Usage

```python
import engram_ms

print(engram_ms.hello())
# -> "hello from engram-ms 0.0.1"
```

## License

MIT
