Metadata-Version: 2.4
Name: m2m-sentinel
Version: 0.1.1
Summary: Official Python Client SDK for M2M Sentinel Web3 Security & AI Intelligence Engine
Home-page: https://m2msentinel.vercel.app
Author: M2M Sentinel
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# M2M Sentinel Python SDK

Autonomous Machine-to-Machine Smart Contract Security Risk Auditor & Web3 AI Intelligence Engine.

## Features
- **Smart Contract Bytecode Risk Auditor** (`audit_contract`)
- **Real-Time Whale Move Alerts** (`get_whale_signals`)
- **Cross-DEX Liquidity & Orderbook Metrics** (`get_dex_metrics`)
- **AI Web Intelligence Search Extractor** (`search`)

## Quickstart
```python
from m2m_sentinel.client import M2MSentinelClient

client = M2MSentinelClient()
report = client.audit_contract("0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913")
print(report)
```
