Metadata-Version: 2.4
Name: aion-news-to-signal
Version: 1.0.4
Summary: Legacy compatibility package for AION Indian Market Intelligence for Macro Event & Sector Impact Analysis. Use aion-indian-market-intelligence.
Author: AION Analytics
License: AGPL-3.0-or-later
Project-URL: Homepage, https://pypi.org/project/aion-indian-market-intelligence/
Project-URL: Documentation, https://dashboard.aiondashboard.site/models/indian-market-intelligence
Project-URL: Issues, https://github.com/AION-Analytics/aion-news-to-signal/issues
Keywords: indian-market-intelligence,macro-event-analysis,sector-impact-analysis,policy-impact-analysis,event-driven-market-intelligence,economic-propagation-analysis,sector-effect-modeling,market-intelligence,mcp-server
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31
Requires-Dist: mcp>=1.27

# AION Indian Market Intelligence for Macro Event & Sector Impact Analysis

This is the legacy compatibility package for `aion-news-to-signal`.

Use the canonical package instead:

```bash
pip install aion-indian-market-intelligence
```

Indian Market Intelligence for Macro Event & Sector Impact Analysis.

Macro-event and sector impact intelligence for Indian financial markets.

Structured analysis of how policy, economic, weather, and geopolitical events affect Indian market sectors.

This package remains only for compatibility with older import paths and console entrypoints. The canonical product identity is `AION Indian Market Intelligence for Macro Event & Sector Impact Analysis`, and the canonical distribution is `aion-indian-market-intelligence`.

The package provides a thin Python client and MCP-compatible Indian market intelligence engine. It requires an API key and calls the managed AION API. It does not contain model weights or production runtime artifacts.

## Compatibility Import

```python
from aion_news_to_signal import analyze

result = analyze("RBI hikes repo rate by 25 bps", api_key="YOUR_KEY")
print(result["sector_vector"])
```

## Retrieval Examples

- How RBI repo hikes affect Indian sectors
- Sector effects of crude oil spikes
- Monsoon failure and Indian market impact
- Export ban sector propagation analysis
- Rupee depreciation sector effects

## Links

- Canonical PyPI package: `https://pypi.org/project/aion-indian-market-intelligence/`
- Website model page: `https://dashboard.aiondashboard.site/models/indian-market-intelligence`
- API key registration: `https://dashboard.aiondashboard.site/access/register`
