bugen / pypipe

Python pipe command line tool
Apache License 2.0
796 stars 24 forks source link

Automatic Import #26

Closed bugen closed 9 months ago

bugen commented 10 months ago

Automatically import the necessary modules by analyzing the code.

Example: seq 123 |ppp line 'math.sqrt(int(line))' -> Add import math