Metadata-Version: 2.4
Name: ragcheck
Version: 1.0.0
Summary: Renamed to evalsystem. Please run: pip install evalsystem
Project-URL: Homepage, https://github.com/AarushSharmaa/evalops
License: MIT License
        
        Copyright (c) 2026 Aarush Sharma
License-File: LICENSE
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# ragcheck

This package has been renamed to **evalsystem**.

```
pip install evalsystem
```

Then use it exactly as before:

```python
import evalops
result = evalops.evaluate(...)
```

See the full documentation at https://github.com/AarushSharmaa/evalops
