Metadata-Version: 2.5
Name: agentkit-paysafe
Version: 0.1.1
Summary: RENAMED to 'agentkit-tollwarden' (pip install agentkit-tollwarden). Final compatibility release: re-exports the TollWarden Coinbase AgentKit action provider under the old names and warns on import.
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/agentkit-tollwarden
Project-URL: Successor package, https://pypi.org/project/agentkit-tollwarden/
Author-email: TollWarden <contact@tollwarden.com>
License: MIT
Keywords: agentkit,coinbase,deprecated,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.10
Requires-Dist: agentkit-tollwarden>=0.1.0
Description-Content-Type: text/markdown

# agentkit-paysafe → agentkit-tollwarden

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

```bash
pip install agentkit-tollwarden
```

```python
from agentkit_tollwarden import tollwarden_action_provider
```

This is the final `agentkit-paysafe` release. It depends on `agentkit-tollwarden` and
re-exports every public name under both spellings (`paysafe_action_provider` is
`tollwarden_action_provider`, `PaySafeActionProvider` is `TollWardenActionProvider`), emits a
`DeprecationWarning` on import, and will receive no further updates.

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