wkentaro / pycd

`cd` to python modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pycd

PyPI Version image

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
...

Testing

nosetests -v pycd

License

See LICENSE.

About

`cd` to python modules.

License:MIT License


Languages

Language:Python 83.5%Language:Shell 16.5%