{"library":"slipcover","title":"SlipCover","description":"Near zero-overhead Python code coverage tool that uses bytecode instrumentation to measure line and branch coverage with minimal performance impact. Current version 1.0.18, supports Python 3.8 to 3.14, maintained actively on GitHub.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install slipcover"],"cli":{"name":"slipcover","version":"SlipCover v1.0.18 (Python 3.11.15)"}},"imports":["from slipcover import SlipCover"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from slipcover import SlipCover\n\nsc = SlipCover()\nsc.start()\n# run code to be measured\nsc.stop()\nprint(sc.report())","lang":"python","description":"Basic usage: start/stop coverage and print summary","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}