Metadata-Version: 1.1
Name: pynd
Version: 0.3.0
Summary: Searching in Python
Home-page: https://github.com/d0ugal/pynd
Author: Dougal Matthews
Author-email: dougal@dougalmatthews.com
License: Apache License, Version 2.0
Description: pynd - Search Python Code
        =========================
        
        pynd is a command line utility for searching Python code 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.
        
        |PyPI Version| |Build Status|
        
        See the documentation at: http://d0ugal.github.io/pynd/
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/pynd.png
           :target: https://pypi.python.org/pypi/pynd
        .. |Build Status| image:: https://img.shields.io/travis/d0ugal/pynd/master.png
           :target: https://travis-ci.org/d0ugal/pynd
        
        
Keywords: ast
grep
search
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
