paul@3 | 1 | Metadata-Version: 1.1 |
paul@3 | 2 | Name: astgrep |
paul@3 | 3 | Version: 0.1 |
paul@3 | 4 | Author: Paul Boddie |
paul@3 | 5 | Author-email: paul at boddie org uk |
paul@3 | 6 | Maintainer: Paul Boddie |
paul@3 | 7 | Maintainer-email: paul at boddie org uk |
paul@3 | 8 | Home-page: http://www.boddie.org.uk/python/astgrep.html |
paul@3 | 9 | Download-url: http://www.boddie.org.uk/python/downloads/astgrep-0.1.tar.gz |
paul@3 | 10 | Summary: Search Python abstract syntax trees for nodes of a particular type having a particular textual value. |
paul@3 | 11 | License: GPL (version 3 or later) |
paul@3 | 12 | Description: Search through Python source files for textual information |
paul@3 | 13 | of a specific type. Instead of matching a search term or expression to |
paul@3 | 14 | all text in a program, as grep would do, astgrep matches only tokens |
paul@3 | 15 | in the program having a particular type, such as names or constants. |
paul@3 | 16 | Keywords: grep AST compiler compiler.ast |
paul@3 | 17 | Requires: CMDsyntax |
paul@3 | 18 | Classifier: Development Status :: 3 - Alpha |
paul@3 | 19 | Classifier: License :: OSI Approved :: GNU General Public License (GPL) |
paul@3 | 20 | Classifier: Programming Language :: Python |