Metadata-Version: 2.5
Name: nemo-paysafe
Version: 0.1.1
Summary: RENAMED to 'nemo-tollwarden' (pip install nemo-tollwarden). Final compatibility release: depends on the TollWarden NeMo Agent Toolkit plugin, re-exports it under the old module name, and warns on import. Registers no functions of its own (the successor package does).
Project-URL: Homepage, https://tollwarden.com
Project-URL: Repository, https://github.com/tollwarden/tollwarden
Project-URL: Documentation, https://github.com/tollwarden/tollwarden/tree/main/integrations/nemo-tollwarden
Project-URL: Successor package, https://pypi.org/project/nemo-tollwarden/
Author-email: TollWarden <contact@tollwarden.com>
License: MIT
Keywords: deprecated,nat,nemo-agent-toolkit,nvidia,payments,security,tollwarden,x402
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.11
Requires-Dist: nemo-tollwarden>=0.1.0
Description-Content-Type: text/markdown

# nemo-paysafe → nemo-tollwarden

**This package has been renamed to [`nemo-tollwarden`](https://pypi.org/project/nemo-tollwarden/).**
PaySafe became TollWarden in August 2026 (trademark conflict with Paysafe Ltd). Same
plugin, same functions, new name.

```bash
pip install nemo-tollwarden
```

This is the final `nemo-paysafe` release. It depends on `nemo-tollwarden`, which registers the
scan / reputation / report functions with the NeMo Agent Toolkit through its own entry point.
This shim registers nothing itself (so nothing is registered twice), re-exports the
`nemo_tollwarden` modules under the old `nemo_paysafe` name, emits a `DeprecationWarning` on
import, and will receive no further updates. Workflow configs that referenced the old
function names should switch to the `tollwarden_*` names.

Docs and source: https://github.com/tollwarden/tollwarden · https://tollwarden.com
