Metadata-Version: 2.0
Name: pynd
Version: 0.3.1
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
Keywords: ast
Requires-Dist: pbr (>=1.8)

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



