{"library":"pysnooper","type":"library","category":null,"description":"PySnooper is a Python debugging tool often described as a 'poor man's debugger'. It allows developers to trace the execution of their code by automatically logging variable values, function calls, and execution lines to stdout or a file, without requiring traditional breakpoints or extensive manual print statements. The current stable version is 1.2.3. Recent GitHub activity indicates ongoing maintenance, including support for newer Python versions.","language":"python","status":"active","version":"1.2.3","tags":["debugging","tracing","developer tools","diagnostics"],"install":[{"cmd":"pip install pysnooper","imports":["import pysnooper\n\n@pysnooper.snoop()\ndef my_function():\n    pass"]}],"homepage":null,"github":"https://github.com/cool-RR/PySnooper","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pysnooper/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.04,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pysnooper/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}