Metadata-Version: 1.1
Name: astsearch
Version: 0.1
Summary: Intelligently search Python source code
Home-page: https://github.com/takluyver/astsearch
Author: Thomas Kluyver
Author-email: thomas@kluyver.me.uk
License: UNKNOWN
Description: 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 <http://astsearch.readthedocs.org/en/latest/>`_.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
