Metadata-Version: 2.4
Name: evalguard-python
Version: 2.0.0
Summary: DEPRECATED — install 'evalguardai' instead. Thin re-export shim kept so existing installs keep working; the canonical EvalGuard Python SDK is 'evalguardai'.
Author-email: EvalGuard <support@evalguard.ai>
License: Apache-2.0
Project-URL: Homepage, https://evalguard.ai/docs/install
Project-URL: Repository, https://github.com/EvalGuardAi/evalguard
Project-URL: Issues, https://github.com/EvalGuardAi/evalguard/issues
Keywords: deprecated,evalguard,evalguardai
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: evalguardai>=2.0.0

# evalguard-python (deprecated)

> ⚠️ Install **`evalguardai`** instead.

```bash
pip install evalguardai
```

The `evalguard-python` slot is kept so existing `pip install evalguard-python`
keeps working — it re-exports from `evalguardai` and emits a
`DeprecationWarning` on import.

See <https://evalguard.ai/docs/install>.
