Metadata-Version: 1.0
Name: pywhich
Version: 1.0
Summary: Find path to python modules
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]...
        Find the source file for PYTHON_MODULE(s),the result to standard out.
        
        If a .py file cannot be found then the modules 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
