Metadata-Version: 2.4
Name: dify-nory
Version: 0.1.0
Summary: Dify tools for x402 payments - let workflows pay for APIs
Author-email: Nory <hello@noryx402.com>
License: MIT
Project-URL: Homepage, https://noryx402.com
Project-URL: Repository, https://github.com/TheMemeBanker/dify-nory
Keywords: dify,ai-agents,payments,x402,solana,workflows
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0.0
Requires-Dist: requests>=2.28.0

# dify-nory

**Dify tools for x402 payments** - Let your workflows pay for APIs.

## Install
```bash
pip install dify-nory
```

## Usage
```python
from dify_nory import NoryCryptoPricesTool, NoryWeatherTool

crypto_tool = NoryCryptoPricesTool()
result = crypto_tool._invoke("BTC,ETH,SOL")
```

## Tools
- `NoryTool` - Fetch any URL with auto payment
- `NoryCryptoPricesTool` - Real-time crypto ($0.001)
- `NoryWeatherTool` - Weather forecast ($0.002)

Set `NORY_WALLET_KEY` env var. [Docs](https://noryx402.com)
