{"library":"pip-chill","title":"pip-chill","description":"pip-chill is a command-line utility that extends `pip freeze` by listing only the Python packages that were directly installed by the user, excluding their transitive dependencies. This helps create cleaner `requirements.txt` files. The current version is 1.0.5, and it has a moderate release cadence with improvements and bug fixes.","language":"python","status":"active","last_verified":"Thu Apr 16","install":{"commands":["pip install pip-chill"],"cli":{"name":"pip-chill","version":"usage: pip-chill [-h] [--no-version] [--no-chill] [-a] [-v]"}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# List directly installed packages (excluding dependencies):\npip-chill\n\n# List all installed packages (like pip freeze):\npip-chill --no-chill\n\n# List all installed packages, including direct and indirect ones:\npip-chill --all\n\n# Include editable packages:\npip-chill --editable\n","lang":"bash","description":"To use pip-chill, simply run it from your terminal within a Python environment. The default output lists only top-level, directly installed packages. Options like `--no-chill` or `--all` can be used to display all installed packages, similar to `pip freeze`.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}