Metadata-Version: 1.0
Name: pywhich
Version: 1.0.1
Summary: Find path to python modules from the command line.
Home-page: http://pypi.python.org/pypi/pywhich
Author: Tom Wright
Author-email: tat.wright@googlemail.com
License: UNKNOWN
Description: Usage: pywhich PYTHON_MODULE [PYTHON_MODULE]...
        -- which for python modules
        
        Find the source file for PYTHON_MODULE(s),print the result to standard out.
        
        If a .py file cannot be found then the module's bytecode file is found.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Utilities
