What is this I don't even..?
----------------------------

``pwhich`` is a command-line tool that will tell you 
where a python module can be found.

So, for example::
    
    $ pwhich.py django
    /usr/lib/pymodules/python2.7/django



Installation
------------

    pip install pwhich


