Metadata-Version: 2.4
Name: riskstate-market-structure
Version: 0.1.0
Summary: Python client for the RiskState Market Structure Engine — structural events, structural map, and a governed playbook for BTC/USD and ETH/USD (the navigator engine).
Author: RiskState
License: MIT
Project-URL: Homepage, https://riskstate.ai/docs/structure-engine
Project-URL: Repository, https://github.com/likidodefi/market-structure-engine
Project-URL: Bug Tracker, https://github.com/likidodefi/market-structure-engine/issues
Keywords: crypto,bitcoin,ethereum,market-structure,trading,risk-management,riskstate
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# riskstate-market-structure (Python)

Python client for the **RiskState Market Structure Engine** (the *navigator* —
*are we near an inflection?*). One of three composable RiskState engines.

Full project docs, examples, and the TypeScript client:
https://github.com/likidodefi/market-structure-engine ·
https://riskstate.ai/docs/structure-engine

```python
from riskstate_market_structure import MarketStructureClient
import os

client = MarketStructureClient(api_key=os.environ["RISKSTATE_API_KEY"])
state = client.get("BTC")
print(state["headline"], "→", state["asymmetry"]["label"])
```

Get a key (free during beta): https://riskstate.ai · License: MIT
