First good job at writing this library. It looks like it has powerful capabilities.
I was wondering if this library still maintained? Do you planned support for inferring imports anytime soon ?
I’ve myself implemented a astroid-alike (intra procedural) inference engine: https://github.com/tristanlatr/astuce and it supports imports, except wildcard imports. But klara seems much more intelligent.
Hello,
First good job at writing this library. It looks like it has powerful capabilities.
I was wondering if this library still maintained? Do you planned support for inferring imports anytime soon ?
I’ve myself implemented a astroid-alike (intra procedural) inference engine: https://github.com/tristanlatr/astuce and it supports imports, except wildcard imports. But klara seems much more intelligent.
Tell me what you think. Thanks