Tags: CCExtractor/libectool
Tags
Pyectool: Python Package Integration (#1) * refactor: implement libectool library with core functionality and testing * feat: implement interactive CLI for libectool testing * feat: Add pybind11 bindings, scikit-build-core setup, and CI workflow for Python package - Implemented initial pybind11 class bindings to expose C++ API to Python. - Integrated scikit-build-core by updating CMakeLists.txt and pyproject.toml. - Added GitHub Actions workflow to build and test the Python package. * chore: update CI workflows and README, and bump version to 0.1.0