Metadata-Version: 2.5
Name: langchain-paysafe
Version: 0.1.1
Summary: RENAMED to 'langchain-tollwarden' (pip install langchain-tollwarden). Final compatibility release: re-exports the TollWarden LangChain integration 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/langchain-tollwarden
Project-URL: Successor package, https://pypi.org/project/langchain-tollwarden/
Author-email: TollWarden <contact@tollwarden.com>
License: MIT
Keywords: deprecated,langchain,langgraph,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.9
Requires-Dist: langchain-tollwarden>=0.1.0
Description-Content-Type: text/markdown

# langchain-paysafe → langchain-tollwarden

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

```bash
pip install langchain-tollwarden
```

```python
from langchain_tollwarden import tollwarden_tools, TollWardenProvenanceCallback, guarded_payment
```

This is the final `langchain-paysafe` release. It depends on `langchain-tollwarden` and
re-exports every public name under both spellings (`paysafe_tools` is `tollwarden_tools`,
`PaySafeProvenanceCallback` is `TollWardenProvenanceCallback`), emits a `DeprecationWarning`
on import, and will receive no further updates.

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