1 Source: python-astgrep 2 Section: python 3 Priority: optional 4 Maintainer: Paul Boddie <paul@boddie.org.uk> 5 Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6) 6 XS-Python-Version: all 7 Standards-Version: 3.7.2.1 8 9 Package: python-astgrep 10 Architecture: all 11 Depends: ${python:Depends}, python-cmdsyntax (>= 0.91-0ubuntu2) 12 XB-Python-Version: ${python:Versions} 13 Description: Search through Python source files for textual information 14 of a specific type. Instead of matching a search term or expression to 15 all text in a program, as grep would do, astgrep matches only tokens 16 in the program having a particular type, such as names or constants.