awesome-machine-learning-on-source-code icon indicating copy to clipboard operation
awesome-machine-learning-on-source-code copied to clipboard

Hypothesis strategies for generating Python programs,

Open cleder opened this issue 5 years ago • 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.

cleder avatar May 13 '20 15:05 cleder

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 https://github.com/src-d/enry/issues/253 but I'm not sure about status of this one.

bzz avatar May 14 '20 06:05 bzz