child-lab-uj / child-lab-framework

0 stars 0 forks source link

Implement typed and documented `mini-face` API #24

Open integraledelebesgue opened 1 month ago

integraledelebesgue commented 1 month ago

Rationale

At the moment, mini-face is just a plain wrapper around C++ bindings. We need to expose a typed, pythonic class and hide crude, raw bindings.

Task

integraledelebesgue commented 3 weeks ago

It's typed, so only docstrings remain to be written.