{"library":"pyink","title":"Pyink Python Formatter","description":"Pyink is a Python code formatter, forked from Black, that offers slightly different formatting behaviors compared to upstream Black. It is actively maintained and regularly rebased on the latest Black releases to serve as an adoption helper for large monorepos with specific formatting requirements. The current stable version is 25.12.0.","language":"python","status":"active","last_verified":"Thu Apr 16","install":{"commands":["pip install pyink"],"cli":{"name":"pyink","version":"pyink, 25.12.0 (compiled: no)"}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# To format a single file:\npyink my_python_script.py\n\n# To format all Python files in the current directory and subdirectories:\npyink .\n\n# To check for formatting issues without applying changes:\npyink --check --diff .","lang":"bash","description":"Pyink is primarily a command-line interface tool. To use it, simply invoke `pyink` followed by the file or directory you wish to format. All Black command-line options are supported, in addition to Pyink-specific options.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}