usagitoneko97 / klara

Automatic test case generation for python and static analysis library
https://klara-py.readthedocs.io
Other
261 stars 15 forks source link

Support for imports? #13

Open tristanlatr opened 2 years ago

tristanlatr commented 2 years ago

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