Metadata-Version: 2.4
Name: veritrace
Version: 0.4.5
Summary: Deprecated migration shim for Veritrace; use Pramagent instead.
Author: Sriram Rampelli
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/sriram7737/Pramagent
Project-URL: Repository, https://github.com/sriram7737/Pramagent
Project-URL: Documentation, https://github.com/sriram7737/Pramagent#readme
Project-URL: Migration, https://pypi.org/project/pramagent/
Keywords: ai,agents,llm,safety,audit,guardrails,deprecated
Classifier: Development Status :: 7 - Inactive
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pramagent>=0.5.0

# Veritrace has moved to Pramagent

`veritrace` is deprecated. The project has been renamed to **Pramagent**.

Use the new package:

```bash
pip install pramagent
```

```python
from pramagent import Pramagent
```

This `veritrace==0.4.5` release exists only as a migration shim. It depends on
`pramagent>=0.5.0`, provides temporary import aliases, and keeps the old
`veritrace` console command forwarding to the new CLI.

New project page: https://pypi.org/project/pramagent/

Repository: https://github.com/sriram7737/Pramagent
