Metadata-Version: 1.1
Name: pycd
Version: 0.3.26
Summary: Tool to change directory for python modules.
Home-page: http://github.com/wkentaro/pycd
Author: Kentaro Wada
Author-email: www.kentaro.wada@gmail.com
License: MIT
Description: ========
        ``pycd``
        ========
        | Simple command line tool to change directory for Python packages.
        | You can now easily read the codes of the modules.
        
        
        Installation
        ============
        
        install pycd by pip::
        
           $ pip install pycd
        
        add following line to your shell::
        
            source `which pycd.sh`
        
        
        Usage
        =====
        use ``pycd`` to change directory for python packages::
        
           $ pycd numpy
           $ pwd
           /usr/local/lib/python2.7/dist-packages/numpy
        
        use ``pypack`` to get information about python packages::
        
           $ pypack find numpy
           /usr/local/lib/python2.7/dist-packages/numpy
        
           $ pypack list
           numpy
           sklearn
           scipy
           ...
        
        
        Test
        ====
        .. code-block:: sh
        
            $ nosetests -v pycd
        
        
        License
        =======
        | Copyright (C) 2015 Kentaro Wada
        | Released under the MIT license
        | http://opensource.org/licenses/mit-license.php
        
Keywords: utility
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet :: WWW/HTTP
