{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/3"}],"enrichment":{"capability":"Provides colored Unicode symbols (\u2714, \u2139, \u26a0, \u2716) for log levels that can be printed or embedded in terminal output.","skillfed_tags":["cli-output","terminal-ui"],"use_cases":["Add visual indicators to CLI tool output for success, info, warning, and error messages","Decorate simple script logging without setting up a full logging framework","Create consistent symbol conventions across multiple command-line utilities","Enhance readability of terminal output in development or deployment scripts"],"what_it_does":"log-symbols is a minimal utility that exports an enum of colored Unicode symbols for common log levels: SUCCESS (\u2714), INFO (\u2139), WARNING (\u26a0), and ERROR (\u2716). You import LogSymbols and access the .value property of each level to get the symbol string, which you can then print or embed in log output. It depends on colorama and enum34 for cross-platform terminal support.\n\nThe package solves a narrow, specific problem: adding visual distinction to console output without writing your own symbol constants. It's useful for CLI tools, scripts, and simple logging scenarios where you want quick visual feedback. The implementation is straightforward\u2014just an enum with symbol strings\u2014making it a lightweight addition to any project that needs this particular decoration.","worth_installing":"Yes, if you need quick colored log symbols in a CLI tool and want to avoid writing your own enum. The package is stable, has no known vulnerabilities, and carries a permissive MIT license. However, it is dormant since 2019 and depends on enum34, which may be unnecessary on modern Python. Install only if the specific symbols and colors match your needs; for more complex logging, consider a dedicated logging library instead."},"id":"log-symbols","links":{"html":"https://skillfed.io/packages/log-symbols","md":"https://skillfed.io/packages/log-symbols.md","pypi":"https://pypi.org/project/log-symbols/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2019-08-08","license_spdx":null,"license_treatment":"permissive","name":"log-symbols","python_support":"unspecified","summary":"Colored symbols for various log levels for Python"},"popularity":{"monthly_downloads":1853213,"position":3490,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.0.14"}
