-
v0.1.0 Stable
released this
2026-08-25 16:14:31 +02:00 | 2 commits to main since this releaseconan-utils v0.1.0
First release. Small utilities for Conan 1.x (targets 1.66).
conandeps
Given a
conanfile.py, reports:- Dependencies – direct and indirect, sorted by level of indirection, with a
viacolumn showing every path a package is reached through. - Binary availability – for Release, Debug and RelWithDebInfo (configurable), evaluated for your exact profile through Conan's own graph analysis. Every cell names the remote that has the binary; binaries that exist only in your local cache are reported as not available.
- Overrides – explicit
override=Trueand implicit (a newer version required downstream), as a table and annotated on the dependency tree. - Colour-coded text output (
--color auto|always|never, honoursNO_COLOR) and a self-contained HTML report (--html). - Exit status
1when any binary is missing,2on Conan errors – usable as a CI gate.
Install
uv tool install git+https://kode.naiv.no/olemd/conan-1.6-utilities.git@v0.1.0 conandeps path/to/conanfile.py -r myremoteor install the attached wheel with
uv tool install conan_utils-0.1.0-py3-none-any.whl. Python 3.8+.Assets
conan_utils-0.1.0-py3-none-any.whl– wheelconan_utils-0.1.0.tar.gz– source distributionSHA256SUMS
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Dependencies – direct and indirect, sorted by level of indirection, with a