Metadata-Version: 2.4
Name: seekcontext
Version: 0.1.0
Summary: Context retrieval and management utilities
Author: SeekContext Team
License-Expression: Apache-2.0
Keywords: context,retrieval,ai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# SeekContext

Context retrieval and management utilities.

## Installation

```bash
pip install seekcontext
```

## Usage

```python
import seekcontext

print(seekcontext.__version__)
```

## License

Apache-2.0
