{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/4"}],"enrichment":{"capability":"Parses and evaluates boolean expressions from ESP-IDF configuration files, with support for registering custom attribute handlers to extend evaluation logic.","skillfed_tags":["esp-idf","embedded-systems","configuration-parser"],"use_cases":["Evaluate ESP-IDF target-specific configuration conditionals during build or runtime chip detection","Parse soc_caps files to extract and cache chip capability flags as constants for application logic","Register custom attribute handlers to inject domain-specific evaluation logic into boolean expressions","Build ESP32 or other Espressif chip tooling that needs to conditionally apply settings based on target type"],"what_it_does":"esp-bool-parser is a utility for parsing and evaluating boolean expressions used in ESP-IDF (Espressif IoT Development Framework) configuration files. It reads boolean statements from soc_caps files, parses them into an evaluable form, and stores the results as constants for use in chip attribute lookups. The package depends on pyparsing for expression parsing and packaging for version handling.\n\nThe main use case is evaluating conditional logic tied to ESP chip targets and configuration names. You can parse a boolean expression like `IDF_TARGET == \"esp32\"` and then call `get_value()` with a target name and config identifier to determine if the expression evaluates to true. Additionally, you can register custom attribute handlers to extend the parser's behavior when it encounters new or overridden attributes during evaluation.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, supports a wide range of Python versions (3.7\u20133.14), and carries a permissive Apache license. Install friction is low with only two common dependencies. It is purpose-built for ESP-IDF workflows and is worth installing if you are working with Espressif chip configuration or build systems."},"id":"esp-bool-parser","links":{"html":"https://skillfed.io/packages/esp-bool-parser","md":"https://skillfed.io/packages/esp-bool-parser.md","pypi":"https://pypi.org/project/esp-bool-parser/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-18","license_spdx":null,"license_treatment":"permissive","name":"esp-bool-parser","python_support":"supports_current","summary":"Tools for building ESP-IDF related apps."},"popularity":{"monthly_downloads":152670,"position":10896,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.3"}
