Metadata-Version: 2.4
Name: haystack-nory
Version: 0.1.0
Summary: Haystack components for x402 payments - let pipelines pay for APIs
Author-email: Nory <hello@noryx402.com>
License: MIT
Project-URL: Homepage, https://noryx402.com
Project-URL: Repository, https://github.com/TheMemeBanker/haystack-nory
Keywords: haystack,deepset,ai-agents,payments,x402,solana
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: haystack-ai>=2.0.0
Requires-Dist: requests>=2.28.0

# haystack-nory

**Haystack components for x402 payments** - Let your pipelines pay for APIs.

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

## Usage
```python
from haystack import Pipeline
from haystack_nory import NoryCryptoPrices, NoryWeather

pipeline = Pipeline()
pipeline.add_component("crypto", NoryCryptoPrices())
result = pipeline.run({"crypto": {"symbols": "BTC,ETH,SOL"}})
```

## Components
- `NoryPaymentComponent` - Fetch any URL with auto payment
- `NoryCryptoPrices` - Real-time crypto ($0.001)
- `NoryWeather` - Weather forecast ($0.002)
- `NoryTranslate` - Translation ($0.005)

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