• v0.1.0 baba4e0205

    v0.1.0 Stable

    olemd released this 2026-08-25 16:14:31 +02:00 | 2 commits to main since this release

    conan-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 via column 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=True and implicit (a newer version required downstream), as a table and annotated on the dependency tree.
    • Colour-coded text output (--color auto|always|never, honours NO_COLOR) and a self-contained HTML report (--html).
    • Exit status 1 when any binary is missing, 2 on 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 myremote
    

    or 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 – wheel
    • conan_utils-0.1.0.tar.gz – source distribution
    • SHA256SUMS

    🤖 Generated with Claude Code

    Downloads