/Kconfiglib

A flexible Python 2/3 Kconfig implementation and library

Primary LanguagePythonISC LicenseISC

Kconfiglib is a Python library for processing Kconfig files. It can be used to query information about the options, choices, menus, and comments in Kconfig files, and to generate configuration files.

Note

This repository is a modified version of the original Kconfiglib

Installation

Clone the repository and install the package using pip:

git clone https://github.com/0x4248/Kconfiglib
cd Kconfiglib
python -m pip install build
python -m build
python -m pip install dist/*.whl