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).
pip install rookNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize RookClient with an API key. Then use the client to remotely debug or extract data from a running Python application.
Ensure the Rook agent is installed and running in your production environment.
Verify that ROOK_API_KEY environment variable is set correctly on both client and server.
No dependency data recorded yet.