astmonkey
astmonkey copied to clipboard
Set of tools to play with Python AST.
Fixes: * Multiple function decorators * Multiple slices (existing failing test) * Multiline f-string (existing failing test) * try/except/else/finally * Annotated assignment * Async generators Add test for: * reported...
Can i parser sql statements and generate ast from them
Hi! I was using `astmonkey` for the purposes of my project and notice several bugs in code generation (`visitors.to_source`) function. The code snippets below (the original code and the code...
Error in pip install (also pip3) pip3 install astmonkey Collecting astmonkey Downloading astmonkey-0.3.6.tar.gz (10 kB) ERROR: Command errored out with exit status 1: command: /usr/bin/python -c 'import sys, setuptools, tokenize;...