{"library":"pip-check-reqs","title":"pip-check-reqs","description":"A tool to find packages that should or should not be in requirements for a Python project. It checks for missing dependencies (packages imported but not listed) and unused packages (listed but not imported). Current version 2.5.6, requires Python >=3.9, actively maintained.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pip-check-reqs"],"cli":{"name":"pip-check-reqs","version":"sh: 1: pip-check-reqs: not found"}},"imports":["import pip_check_reqs"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"pip install pip-check-reqs\npip-check-reqs check-requirements -r requirements.txt\npip-check-reqs find-unused -r requirements.txt","lang":"bash","description":"Basic usage: check for missing dependencies and find unused packages in a requirements file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}