src-d/awesome-machine-learning-on-source-code

Hypothesis strategies for generating Python programs,

cleder opened this issue · 1 comments

Would https://github.com/Zac-HD/hypothesmith fit in here?

This package provides two Hypothesis strategies for generating Python source code.

The generated code will always be syntactically valid, and is useful for testing parsers, linters, auto-formatters, and other tools that operate on source code.

bzz commented

Hi @cleder thank you for sharing interesting project - it would be a good fit for the code synthesis section, but I'm afraid that this repository, as well as everything under src- org on GH may not be actively maintained any more, for legal reasons.

Some of the other projects were forked and are maintained outside e.g src-d/enry#253 but I'm not sure about status of this one.