Shoonya’s recent login overhaul has broken the authentication flow in my existing Python-based trading setup. What I need, urgently, is a compact, well-commented Python module that: • performs the new multi-step login (OTP / token refresh, as required) and keeps the session alive • exposes a simple function such as get_quote(symbol) that streams or polls real-time quotes with minimal latency Everything beyond that—order placement, strategy logic, position management—I will handle myself. The focus here is strictly on reliable connection and real-time quote retrieval. Please build on standard Python tools (requests, websockets, asyncio, or any official Shoonya helper libs if available). Include a short README so I can drop in my own API keys, run a quick test script, and move straight to strategy coding. A same-day or next-day turnaround will be ideal; the sooner I can plug this in, the better.