Metadata-Version: 2.3
Name: llm-assert
Version: 0.1.1
Summary: DEPRECATED: llm-assert has been renamed to callspec. Install with: pip install callspec
Project-URL: Homepage, https://github.com/moonrunnerkc/callspec
Project-URL: Repository, https://github.com/moonrunnerkc/callspec
Author-email: "Bradley R. Kinnard" <brad@aftermath.tech>
License: Apache-2.0
Keywords: callspec,deprecated,llm,testing
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: callspec>=0.1.0
Description-Content-Type: text/markdown

# llm-assert

**This package has been renamed to [callspec](https://pypi.org/project/callspec/).**

```bash
pip install callspec
```

All future development happens under the `callspec` name. This package exists only to redirect existing users.

```python
# Old (deprecated):
from llm_assert import LLMAssert

# New:
from callspec import Callspec
```
