Chromologger is published on PyPI and can be installed with a singleDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Dev2Forge/chromologger/llms.txt
Use this file to discover all available pages before exploring further.
pip command. It requires Python ≥ 3.8 and has one runtime dependency — chromolog==0.2.5 — which is declared in the package’s pyproject.toml and installed automatically alongside Chromologger.
Install from PyPI
pip resolves and installs chromolog==0.2.5 as part of the same command.
Install the dependency explicitly
If you ever need to install or re-installchromolog separately (for example, inside a Docker layer or to pin it in a requirements file), run:
You do not normally need to run this command.
chromolog==0.2.5 is declared as a dependency in Chromologger’s pyproject.toml, so pip install chromologger always pulls it in automatically.Verify the installation
Open a Python interpreter and confirm that the package and its metadata are available:Virtual environments
It is strongly recommended to install Chromologger inside a virtual environment so it does not conflict with other projects on your system.pip install and import commands are scoped to that environment.
Supported Python versions
Chromologger is tested against the following CPython releases:| Version | Supported |
|---|---|
| 3.8 | ✅ |
| 3.10 | ✅ |
| 3.11 | ✅ |
| 3.12 | ✅ |
| 3.13 | ✅ |
| 3.14 | ✅ |