pynd

Searching in Python


Keywords
ast
License
Apache-2.0
Install
pip install pynd==0.3.6

Documentation

pynd - Search Python Abstract Tree

pynd is a command line utility for searching the Python abstract tree to easily find what you are looking for. It is a bit like using grep, but it understands Python syntax and structure. This means you can search for classes, functions or just within docstrings without relying on regular expressions.

PyPI Version Build Status

See the documentation at: http://d0ugal.github.io/pynd/