Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 314 Bytes

README.rst

File metadata and controls

12 lines (7 loc) · 314 Bytes

ASTsearch is an intelligent search tool for Python code.

To get it:

pip install astsearch

To use it:

# astsearch pattern [path]
astsearch "?/?"  # Division operations in all files in the current directory

For more details, see the documentation.