这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: CCExtractor/libectool

Tags

v.0.2.0

Toggle v.0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from CCExtractor/dev

[FEATURE] expand fan and temperature control APIs, add tests and docs

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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