{"categories":[{"label":"Terminals","url":"https://skillfed.io/packages/category/terminals"}],"enrichment":{"capability":"Applies ANSI color and text styling to terminal output using a chainable API inspired by the JavaScript chalk package.","skillfed_tags":["terminal-ui","ansi-colors"],"use_cases":["Colorize CLI tool output to highlight errors, warnings, and success messages for better readability.","Style log messages in terminal applications to distinguish log levels (error in red, warning in yellow, info in blue).","Create visually distinct prompts and user-facing text in interactive command-line scripts.","Format test output or build tool logs to make pass/fail status immediately obvious at a glance.","Add visual polish to terminal-based dashboards or monitoring scripts with colored and styled text."],"what_it_does":"style is a lightweight terminal styling library that lets you apply colors and text modifiers (bold, underline, etc.) to strings using a chainable API. You import it, chain style names together, and call the final one as a method with your text\u2014for example, style.red.bold('text') produces bold red output. The API is modeled after the popular JavaScript chalk package, so it will feel familiar if you've used that.\n\nThe package automatically detects whether your terminal supports colors and can be toggled on or off manually. It supports standard ANSI colors, light variants, background colors, and text modifiers like bold, dim, italic, underline, inverse, hidden, and strikethrough. Styles can be nested and chained in any order, with later styles taking precedence in conflicts.","worth_installing":"Yes, if you need simple terminal styling for a short-lived script or tool and can tolerate the lack of maintenance. The package is stable and has no known vulnerabilities, but it has been abandoned since 2019. For new projects or long-term maintenance, consider an actively maintained alternative like colorama or rich instead."},"id":"style","links":{"html":"https://skillfed.io/packages/style","md":"https://skillfed.io/packages/style.md","pypi":"https://pypi.org/project/style/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-03-08","license_spdx":null,"license_treatment":"permissive","name":"style","python_support":"unspecified","summary":"\ud83c\udf08 Terminal string styling"},"popularity":{"monthly_downloads":149400,"position":10993,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.6"}
