sherlock.py
sherlock.py copied to clipboard
Sherlock is transpiler that translate python to shell script language.
I get this error when trying to use it: `Traceback (most recent call last): File "/home/gabriel/.local/bin/sherlock", line 8, in sys.exit(execute_from_command_line()) File "/home/gabriel/.local/lib/python3.9/site-packages/sherlock/__init__.py", line 57, in execute_from_command_line code = compile_script(script) File...
In Python 3.8, all constants are represented in the AST by the `ast.Constant` node type, which will replace `Num`, `Str`, `Bytes`, `Ellipsis` and `NameConstant`.
Please add which shell you are targeting to the documentation. Bash/ksh/POSIX-strict. Would help a lot to know if this can be used in environments that require some of those lesser...
``` sherlock gimp2curves.py Traceback (most recent call last): File "/usr/local/bin/sherlock", line 8, in sys.exit(execute_from_command_line()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/sherlock/__init__.py", line 57, in execute_from_command_line code = compile_script(script) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/sherlock/__init__.py", line 41, in...
Thank you works great