{"library":"rook","title":"Rook","description":"Rook is a Python package for on-the-fly debugging and data extraction in production. It allows you to run ad-hoc Python scripts, inspect live variables, and modify behavior without redeploying. Current version: 0.1.209. Release cadence is frequent (multiple versions per week).","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install rook"],"cli":{"name":"rook","version":"sh: 1: rook: not found"}},"imports":["from rook import RookClient","from rook import start_rook"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from rook import RookClient\n\nclient = RookClient(api_key=os.environ.get('ROOK_API_KEY', ''))\n# Use client to query and execute scripts on remote service\n","lang":"python","description":"Initialize RookClient with an API key. Then use the client to remotely debug or extract data from a running Python application.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}