Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takluyver/astsearch

Intelligently search in Python code
https://github.com/takluyver/astsearch

Last synced: 24 days ago
JSON representation

Intelligently search in Python code

Awesome Lists containing this project

README

        

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 `_.