KUNAI-static-analyzer icon indicating copy to clipboard operation
KUNAI-static-analyzer copied to clipboard

Add Python binding

Open Fare9 opened this issue 2 years ago • 0 comments

Since Python is a language easy to work with, it would be nice to include a binding that allow user to work with Python. Since Kunai uses C++17 it will be necessary to know if some features like std::optional or std::variant are supported. Each class maybe would be changed in order to include the binding, this probably would need its own branch to work with.

Fare9 avatar Sep 20 '22 15:09 Fare9