hydra-colorlog
Enables colorlog for Hydra apps
What it is and what it does
hydra-colorlog is a plugin that adds colored terminal output to Hydra's logging system. It wraps the colorlog library to integrate with Hydra's configuration framework, allowing applications built on Hydra to display log messages in color for better readability during development and debugging.
The package depends on colorlog and hydra-core, and is designed to be used within Hydra's logging configuration pipeline. It is part of the Hydra ecosystem, which transitioned to independent stewardship under the hydra-ecosystem GitHub organization while maintaining MIT licensing. The repository remains active with the last commit on 2026-08-14.
Use it for:
- Add colored console output to Hydra-based machine learning or data processing applications for easier log inspection.
- Improve readability of development-time logs in complex multi-component Hydra applications.
- Configure colored logging via Hydra's YAML configuration files without manual Python logging setup.
- Extend Hydra's default logging with visual distinction between log levels.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates colorlog with Hydra to provide colored logging output for Hydra-based applications.
Yes, if you are already using Hydra and want colored logging output. The package has low install friction, permissive licensing, and is part of an actively maintained ecosystem. Verify compatibility with your target Hydra version, as the last release was 2022-05-17.
Install
hydra-colorlog on PyPI
pip
pip install hydra-colorloguv
uv add hydra-colorlogpoetry
poetry add hydra-colorlogInstalling hydra-colorlog
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained as part of the Hydra ecosystem.
License in practice
MIT-licensed with permissive treatment, allowing use in commercial and private projects with minimal restrictions.
Quickstart
pip install hydra-colorlog
import hydra
@hydra.main(config_path="conf", config_name="config")
def my_app(cfg):
pass
Requires hydra-core to be installed; colorlog integration is configured via Hydra's logging configuration.
Verify before relying
- Whether this package remains actively maintained given the last release was 2022-05-17.
- Current compatibility with Hydra 1.4 development releases and Python 3.10 through 3.14 support.
Package facts
| License | not declared (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — colorlog, hydra-core |
| Maintenance | actively maintained — 1,550 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 348,378/month — #7,341 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: hydra_colorlog-1.2.0-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
colorlogAdds colored output to Python's standard…
permissive · top 1,000 on PyPI
hydra-coreHydra manages configuration for complex…
permissive · top 1,000 on PyPI
hydra-optuna-sweeperIntegrates Optuna hyperparameter optimization…
permissive · top 15,000 on PyPI
coloredlogsAdds colored output to Python's standard…
permissive · top 1,000 on PyPI
simple-colorsAdds colored and styled text output to terminal…
unclear · top 15,000 on PyPI
pastelPastel adds colored text output to terminal…
permissive · top 5,000 on PyPI
hydra-submitit-launcherIntegrates Hydra configuration framework with…
permissive · top 15,000 on PyPI
coloredColored provides ANSI/VT100 escape sequences…
permissive · top 5,000 on PyPI
log-symbolsProvides colored Unicode symbols (✔, ℹ, ⚠, ✖)…
permissive · top 5,000 on PyPI